function randomFloat ($min,$max) {
return ($min+lcg_value()*(abs($max-$min)));
}
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
Popular Posts
- Elgg : The most popular open source social networking platform
- function to check whether the year given is a leap year or not
- How to create a plugin in elgg.
- some php questions
- Mysql optimization by configuring the query cache
- Pattern Matching in mysql
- php Questions
- creating dynamic elements in HTML using Javascript.
- php questions
- Jquery based dynamic adding and removal of html elements.