View Single Post
  #3 (permalink)  
Old 12-24-2007, 01:44 AM
JustLikeThat JustLikeThat is offline
D-Web Trainee
 
Join Date: Dec 2007
Posts: 1
JustLikeThat is on a distinguished road
Default Re: how to create random number in c?

Hi,


Just using rand() function will not work fine to fit you need.

you have to call randomize() method before using the rand() method


-JustLikeThat-
Reply With Quote