Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/02/02 06:59
Read: times


 
#25120 - RE: Random number...oops
oops...the function should be:

int random(int min, int max)
{
return (min + rand(max-min));
}

kundi

List of 3 messages in thread
TopicAuthorDate
Random number between two given numbers            01/01/70 00:00      
RE: Random number between two given numbers            01/01/70 00:00      
RE: Random number...oops            01/01/70 00:00      

Back to Subject List