js_mt_rand
Version:
A pseudo-random generator that can produce the same numbers as the php's mt_rand do with given seed.
24 lines (19 loc) • 378 B
Markdown
Changelog
=========
2.1.0 (May 26, 2018)
--------------------
* Update with PHP 7.2
* Support range params
2.0.1 (May 16, 2018)
--------------------
* Add Unit Tests
2.0.0 (May 15, 2018)
--------------------
* Update with PHP 7.1
* Add Mode option
* Refactor with ESModule
* Build with rollup
1.0.0 (Mar 30, 2015)
--------------------
* Update with PHP 5.4
* Publish to npm