prng-lfsr
Version:
seedable, seeded, pseudo random number generator, prng, linear feedback shift register, fibonnaci, galois, lfsr
7 lines (4 loc) • 333 B
Markdown
### prng-lfsr
##### an attempt to write some formally tested lightweight prng functions
implementations worked manually and with reference to [wikipedia](https://en.wikipedia.org/wiki/Linear_feedback_shift_register)
###### NB. probably to be split up so watch the deprecation warnings! anyway, the real value is the tests...