EP Random Number Generator

Published on: October 4, 2015

This script generates a random number from -2,147,483,648 to 2,147,483,647. Want to use this script on your site? Generate as many numbers as you'd like, to save resources, you are limited to generating up to 1000 random numbers at any one time.

This script utilizes the mt_rand() function in PHP. It's slightly better than rand(), but it's still pseudo random nonetheless. This script should not be used for security purposes. Use this script to learn and to have fun!

Checkout the Codesnip section below for the link to the Github repository!



Codesnip:

Find this code on Github here: EP RNG



Comments: