Archive For php float random
PHP Snippet Code To Generate Random Float Number
Generating a float random value in PHP is little bit tricky. Both rand() and mt_rand() will return Integer value. But sometimes you need to generate random float value, for currency or math case for examples.... [More...]



