ruafozy / mersenne-twister
Pure-PHP Mersenne Twister
Installs: 1 296 607
Dependents: 11
Suggesters: 0
Security: 0
Stars: 20
Watchers: 4
Forks: 6
Open Issues: 0
Requires
- php: >=7.3.0
Requires (Dev)
- phpunit/phpunit: ~9
This package is not auto-updated.
Last update: 2024-11-03 02:59:55 UTC
README
This repository contains a PHP implementation of the Mersenne Twister. Documentation is here.
Versioning
This software uses Semantic Versioning.
Notes
The code is not representative of how I currently write PHP, but the software is useful nonetheless. I have brought it into GitHub to make it easier for the community to contribute.