Module: engine/rnd

An extremely useful repeatable random data generator.

Based on RandomDataGenerator of Phaser engine, by Richard Davey rich@photonstorm.com

The random number genererator is based on the Alea PRNG, but is modified.

  • https://github.com/coverslide/node-alea
  • https://github.com/nquinlan/better-random-numbers-for-javascript-mirror
  • http://baagoe.org/en/wiki/Better_random_numbers_for_javascript (original, perm. 404)
Source:
See: