Showing posts with label randomize functions. Show all posts
Showing posts with label randomize functions. Show all posts
When to use randomize( ) and srand( ) functions
While generating random numbers in a program, sometimes we require to control the series of numbers that random number generator creates. The process of assigning the random number generators starting number is called seeding the generator. The randomize( ) and srand( ) functions are used to seed the random number generators. The randomize( ) function uses PC's clock to produce a random seed, whereas the srand( ) function allows us to specify the random number generator's starting value.
Subscribe to:
Posts (Atom)