Quotebook by Tom Reeves
O N E R H A D B T U I S A E T G N T I A I M S D O N E R

Random Quote

My mind works like lightning. one brilliant flash and it's gone.
Creativity
594
Total Quotes
352
Authors
39
Sources
457
Short

Nerdy aside: the “Random” button relies on a tiny chaos machine called Fisher–Yates. It walks the array from the end to the start, swapping each element with a random earlier one. Why it works (ELI5): imagine shuffling a deck by pulling a random card to the top over and over—every card gets an equal chance to land anywhere. It’s O(n), perfectly uniform, and very happy inside a browser.