Random Integers

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
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.