1.0.0 • Published 6 years ago
seedy-random v1.0.0
seedy-random
Tiny, Very very bad seeded RNG for use in games.
Warning
Do not use this in anything where you care about guessability even a little bit.
Usage
var seedyRandom = require('../');
var fooRandom = seedyRandom('foo');
fooRandom() // 0.9946693298623943
1.0.0
6 years ago