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 11:22:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
an attempt at pure POSIX sh random number generation
5
commits
0
branches
0
tags
48
KiB
Shell
100%
2be7811576
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
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
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
README
---- # psh-prng -- an attempt at pure POSIX sh random number generation