2026-01-11 18:04:31
#TIL about Benford's law where for some data sets of numbers, the first digit is usually 1 and rarely 9 (with descending probability in between). It's especially common in data sets following the power law (which is common in nature).
Seems a useful consideration when generating random numbers shown directly to players (like a multiple choice) -- even if they're unfamiliar, …
