an attempt at pure POSIX sh random number generation
Go to file
Mia f7ca8a4cb2
adjust LCG
2021-11-21 12:26:43 -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
ran adjust LCG 2021-11-21 12:26:43 -05:00

README

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