Thread
:
how to create random number in c?
View Single Post
#
3
(
permalink
)
12-24-2007, 01:44 AM
JustLikeThat
D-Web Trainee
Join Date: Dec 2007
Posts: 1
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-
JustLikeThat
View Public Profile
Send a private message to JustLikeThat
Find all posts by JustLikeThat