This website requires JavaScript.
Explore
Help
Register
Sign In
Mia
/
psh-prng
Watch
1
Star
0
Fork
You've already forked psh-prng
0
mirror of
https://dicksdeathabove.xyz/~mia/psh-prng
synced
2024-11-16 10:32:46 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
an attempt at pure POSIX sh random number generation
3
commits
0
branches
0
tags
48
KiB
Shell
100%
109f954026
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Mia
109f954026
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
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
README
---- # psh-prng -- an attempt at pure POSIX sh random number generation