https://github.com/attogram/randomosity-tester
Randomosity Tester - frequency distribution and timings for PHP rand(), mt_rand(), random_int(), and SQLite ORDER BY RANDOM()
https://github.com/attogram/randomosity-tester
randomness-testing sqlite
Last synced: 12 months ago
JSON representation
Randomosity Tester - frequency distribution and timings for PHP rand(), mt_rand(), random_int(), and SQLite ORDER BY RANDOM()
- Host: GitHub
- URL: https://github.com/attogram/randomosity-tester
- Owner: attogram
- License: mit
- Created: 2017-06-30T14:07:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T18:00:36.000Z (about 6 years ago)
- Last Synced: 2025-01-16T18:02:48.732Z (about 1 year ago)
- Topics: randomness-testing, sqlite
- Language: PHP
- Homepage: http://fosiper.com/random/
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Randomosity Tester
Test the frequency distribution and timing of random number generation via:
* SQLite ORDER BY RANDOM()
* PHP rand()
* PHP mt_rand()
* PHP random_int()
# Demo
[](http://fosiper.com/random/)
http://fosiper.com/random/
# Github
https://github.com/attogram/randomosity-tester
# License
MIT License