cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Random Integers
Random Integers
Nov 11, 2012 at 3:53am UTC
bosox99
(21)
I'm making a text-game, and I need real random numbers. I'm using rand() but it seems too give me same thing every time I run the program, so could someone tell me how to do real randomness
Nov 11, 2012 at 3:56am UTC
fg109
(709)
http://www.cplusplus.com/articles/EywTURfi/
Scroll to the middle of the article and read about the srand function.
Topic archived. No new replies allowed.