Home > random-js

random-js

Random-js is a project mainly written in JavaScript, it's free.

Mersenne Twister (MT19937) implemented in JavaScript as an alternative to Math.random()

Original source of MT implementation unknown... Just found it on my drive without attribution. Cleaned it up a little and wrote a wrapper to emulate (and then some) Math.random.

Previous:kor