@djayfresh/random-gen
sudo-random number generator with seed
sudo-random number generator with seed
A deterministic random number generator using the Small Fast Counter method (SFC).
An ES module with a class providing a "Pseudo-random number generator" which is "pluggable" meaning you can plug-in any PRNG algorithm. It's also "seedable" meaning that it can have a reproducible (deterministic) output based on its starting seed. The mod