xethya-extension-random-mtw

Implementation of the Mersenne-Twister algorithm for generation of pseudo-random numbers.

Usage no npm install needed!

<script type="module">
  import xethyaExtensionRandomMtw from 'https://cdn.skypack.dev/xethya-extension-random-mtw';
</script>

README

xethya-random-mtw

NPM version NPM downloads

Implementation of the Mersenne-Twister algorithm for generation of pseudo-random numbers.

How to Install

$ npm i --save xethya-extension-random-mtw

Getting Started

Read the docs.

How to Test

Run one, or a combination of the following commands to lint and test your code:

$ npm test              # Run unit tests with Mocha

License

MIT © 2016-2017 Joel A. Villarreal Bertoldi