cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Number Randomization
Number Randomization
Sep 21, 2010 at 5:26pm UTC
skateman89
(1)
I'm programing in C++ and was wondering if there is a way to get a program to genarate a set\string of random numbers? If you can then please tell me how or a at least post a link to where I can find instructions on how to
thanks
Last edited on
Sep 21, 2010 at 5:28pm UTC
Sep 21, 2010 at 5:53pm UTC
R0mai
(730)
http://cplusplus.com/reference/clibrary/cstdlib/rand/
http://cplusplus.com/reference/clibrary/cstdlib/srand/
For more sophisticated random number generation:
http://www.boost.org/doc/libs/1_44_0/doc/html/boost_random.html
Sep 21, 2010 at 7:15pm UTC
Duthomhas
(13282)
http://www.random.org/
:-)
Topic archived. No new replies allowed.