an attempt at pure POSIX sh random number generation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mia T. Rain e2cb4cf198
xoroshiro64** in pure sh ????
9 months ago
LICENSE make use of $! to prevent requirement of /dev/urandom 1 year ago
README xoroshiro64** in pure sh ???? 9 months ago
ran xoroshiro64** in pure sh ???? 9 months ago

README

---

psh-prng
-- an attempt at pure POSIX sh random number generation
-- 100% POSIX compliant; if /dev/urandom is missing PIDs are used
---
xoroshiro64**
-- this branch implements xoroshiro64**
-- hopefully this will have less issues the patterns
---
Notes
-- DO NOT use this for encryption
-- I am unable to verify if this algorithm is secure
-- additionally if PIDs are used for seeds, generation can likely be manipulated
---
Bug/Progress tracking
-- a bug tracker is present at
---- https://bugs.dicksdeathabove.xyz/~mia/bugs.psh-prng/
---