an attempt at pure POSIX sh random number generation
Go to file
Mia T. Rain b1facd33eb
README
2022-01-31 17:10:16 -05:00
LICENSE Initial commit 2021-10-29 16:01:55 +00: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
README.md README 2022-01-31 17:10:16 -05:00
ran fix input seed 2022-01-17 18:22:44 -05:00

README.md

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