| 0 comments ]

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

0 comments

Post a Comment

Please put your comments here. your questions, your suggestions, also what went wrong with me.