malenkiki / math

A work in progress about Math! Implemented or partially implemented mathematical concepts are: Complex number, Matrix, Normal distribution, Random, Angle, Random Complex, Descriptive Statistics and Parametric tests
MIT License
16 stars 5 forks source link

Update Random.php #22

Closed SBhojani closed 9 years ago

SBhojani commented 9 years ago

Using mt_* rand functions allows a much larger value for the max int that the class can generate on Windows.