News Feed
Jobs Feed
Sections




News Archive
SitePoint.com:
How to Create Your Own Random Number Generator in PHP
February 09, 2012 @ 10:03:35

On SitePoint.com today there's a new tutorial showing how to create a random number generator in PHP (with the help of methods like mt_rand and mt_srand).

Computers cannot generate random numbers. A machine which works in ones and zeros is unable to magically invent its own stream of random data. However, computers can implement mathematical algorithms which produce pseudo-random numbers. They look like random numbers. They feel like random distributions. But they're fake; the same sequence of digits is generated if you run the algorithm twice.

Included in the post is code showing how to use the random functions and how to create a class (Random) that provides a few methods to help make generation easier - "seed" and "num". It first calls "seed" with a number to start the random generator off with and then "num" in a loop to pull out random values based on that.

0 comments voice your opinion now!
random number generator tutorial introduction mtrand


blog comments powered by Disqus

Similar Posts

Bill's IIS Blog: PHP on IIS7 w/FastCGI

PHPBuilder.com: Using the Factory Pattern in PHP Applications

Gonzalo Ayuso: Handling several DBALs in Symfony2 through the Dependency Injection with PHP

Stefan Mischook's Blog: How to call functions from another class

DevShed: Am Introduction to PHP Security


Community Events









Don't see your event here?
Let us know!


language event api functional unittest example framework opinion testing podcast development object composer community code release zendframework2 interview introduction tool

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework