[ prog / sol / mona ]

prog


Does true randomness exist?

14 2022-10-31 15:36

>>12
Why do you calculate `$RANDOM % 10` first?

Another idea would be

tr -cd '01' < /dev/urandom | head -c 1
25


VIP:

do not edit these