node-pure-rand

Fast pseudorandom number generator for Node.js
  https://github.com/dubzzz/pure-rand
  0
  no reviews



Node-pure-rand is a fast pseudo random number generator with purity in mind. Pure means that the instance "rng" will never be altered in-place. It can be called again and again and will always return the same value, but it will also return the next "rng".