Wednesday, January 9, 2008

function to find random float number

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

No comments:

Post a Comment

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