< back
php random generator class.
Why? Well, i have written this class for the work with macromedia flash.
Flash does not have a randomSeed function. You can't get an identical row of
random values from flash. But for simple encrypting or some areas in game
development one need a 'seedable' random generator.
You can find the actionscript class here.
Use this php class for generating identical random values for one seed.
download source
Find the c source and other very interesting things here:
http://astronomy.swin.edu.au/~pbourke/analysis/random/