![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Programming A discussion forum for programs and programming used in tech-related businesses. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: May 2009
Posts: 8
OS: xp sp3
|
Rand function not random
Hey guys,
i was tying some simple programs in c++ when i came across rand function in two programs.it should generate a totally new number every time.but my complier,which is ,DEV C++,generates the number 41 everytime.i tried restarting the complier but it did the same. also my complier highlights all known functions but this time it did not highlight rand().I had included the <cstdlib> header.also when the output is to be generated i have to ALWAYS include the command cin.get() to keep the command prompt window open PLEASE suggest solutions THANKS IN ADVANCE |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,853
OS: Vista, various linux distros
|
Re: Rand function not random
Hey, the tutorial here will help you: http://www.cprogramming.com/tutorial/random.html
Basically, rand needs a seed from somewhere(usually the time, converted to seconds) in order to generate a random number, and if you don't set that seed then you'll always get the same output. So read the tutorial, if it still does it(which it shouldn't) post back and include your code =] Cheers, Jamey |
|
|
|
![]() |
| Thread Tools | |
|
|