Quotebook by Tom Reeves
S A G T T S N T P T Q M I R H W E U T I D A O I S A G T
Photographs are not made by cameras, which are only tools. We make images with our hearts and minds. What must be brought to photography is an ever-open and seeking mind.
Arnold Newman
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.