How would I create a truly random number?

Posted by Elliot Bonneville on Stack Overflow See other posts from Stack Overflow or by Elliot Bonneville
Published on 2010-05-14T22:33:29Z Indexed on 2010/05/14 22:44 UTC
Read the original article Hit count: 359

How would I create a truly random number using C++? I've heard that one should use the time as a seed, but I'm not sure how to do that with the correct syntax. How would I do this?

© Stack Overflow or respective owner

Related posts about random-number-generator

Related posts about c++