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
where do i get random.h library from?
where do i get random.h library from?
Nov 26, 2010 at 5:32pm UTC
tusharchutani
(2)
I want to generate random numbers. Where can I get the random.h library from?
Nov 26, 2010 at 5:37pm UTC
Bazzy
(6281)
You can use rand() from <cstdlib>
http://www.cplusplus.com/reference/clibrary/cstdlib/rand/
If that's good enough for you.
Topic archived. No new replies allowed.