An open API service indexing awesome lists of open source software.

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()

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
[![](https://github.com/attogram/randomosity-tester/raw/master/logo.png "")](http://fosiper.com/random/)
http://fosiper.com/random/

# Github
https://github.com/attogram/randomosity-tester

# License
MIT License