Search:
Forum
General C++ Programming
rand()
rand()
aclark17
(21)
Dec 30, 2012 at 7:18pm UTC
After seeding random with time calls to rand are producing the same patterns of numbers on each exe
Run 1
123
432
643
Run 2
123
432
643
Athar
(4466)
Dec 30, 2012 at 7:23pm UTC
Code?
Topic archived. No new replies allowed.
C++
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs