1
0
Fork 0
mirror of https://dicksdeathabove.xyz/~mia/psh-prng synced 2024-09-27 20:28:45 +00:00
an attempt at pure POSIX sh random number generation
Go to file
2021-11-08 20:14:03 -05:00
LICENSE Initial commit 2021-10-29 16:01:55 +00:00
ran forgot to comment out a debug call 2021-11-08 20:14:03 -05:00
README adjust $seed to be at least 4; found and squashed a bug where $seed would be 0; adjust LCG to multiply by the modulus -- without this there seems to be a pattern of 2 or 3s being generated 2021-11-08 20:04:51 -05:00

----
# psh-prng
-- an attempt at pure POSIX sh random number generation