an attempt at pure POSIX sh random number generation
Go to file
Mia 2be7811576 change $m to be created via a power index and * by the seed; this causes seemingly more random results; addtionally, for increasingly large seeds, increasingly random outputs should be reached; always using $1 may be smart 2021-10-30 23:35:50 -04:00
LICENSE Initial commit 2021-10-29 16:01:55 +00:00
README wip LCG algo 2021-10-29 13:59:05 -04:00
ran change $m to be created via a power index and * by the seed; this causes seemingly more random results; addtionally, for increasingly large seeds, increasingly random outputs should be reached; always using $1 may be smart 2021-10-30 23:35:50 -04:00

README

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