Showing posts with label function to find random float number. Show all posts
Showing posts with label function to find random float number. Show all posts
| 0 comments ]

function randomFloat ($min,$max) {
return ($min+lcg_value()*(abs($max-$min)));
}