Page 1 of 1

Random Numbers ....

PostPosted: Sep 2, 2002 @ 4:39am
by eyesonly_d

PostPosted: Sep 2, 2002 @ 8:53am
by Johan
On the Pocket PC you can use:

srand(GetTickCount());

GetTickCount() returns the number of milliseconds that has passed since Windows CE was started.

/Johan

PostPosted: Sep 2, 2002 @ 4:32pm
by eyesonly_d
Awesome ... thanks a mil!