View Single Post
Old 08-26-2008, 09:10 PM   #1 (permalink)
george_1988
 
Newb Techie

Join Date: Aug 2008

Posts: 16

george_1988 is on a distinguished road

Default C - Random Number Generator!

Hello,

I'm somewhere between beginner and intermediate when it comes to writing C code and really need a random number generator for a small project I have been working on.

I've been searching for ages and can't find any WORKING code to get a random number generator!

If anybody could help me out with this I would appreciate it very much. I am looking for a generator that is seeded by the clock because I want a different number everytime the program runs. Note: I am looking for C, not C++.

Thank you!

Last edited by george_1988; 08-26-2008 at 09:14 PM.
george_1988 is offline