1
0
Fork 0
mirror of https://dicksdeathabove.xyz/~mia/psh-prng synced 2024-11-16 10:32:46 +00:00
an attempt at pure POSIX sh random number generation
Go to file
2021-10-30 14:22:54 -04:00
LICENSE Initial commit 2021-10-29 16:01:55 +00:00
ran LCG seems to be fully working; if /dev/urandom is missing, generate a onetime seed and save it for later 2021-10-30 14:22:54 -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