php_mt 0.1.0

Bit-for-bit compatible implementation of PHP 7.1+ MT19937 (mt_rand)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "php_mt"
version = "0.1.0"
edition = "2024"

description = "Bit-for-bit compatible implementation of PHP 7.1+ MT19937 (mt_rand)"
license = "MIT"
repository = "https://github.com/schworak/php_mt"
readme = "README.md"

keywords = ["php", "mt19937", "random", "rng", "compatibility"]
categories = ["algorithms"]

authors = ["Glenn Schworak"]
rust-version = "1.93"

[dependencies]