1
0
Fork 0
mirror of https://dicksdeathabove.xyz/~mia/psh-prng synced 2024-11-16 11:22:45 +00:00
an attempt at pure POSIX sh random number generation
Go to file
2021-10-30 23:35:50 -04:00
LICENSE Initial commit 2021-10-29 16:01:55 +00: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 wip LCG algo 2021-10-29 13:59:05 -04:00

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