|
|||
|
The random seed is also refereed as seed state or seed. This indicates a number and sometimes a vector and is used for initializing a pseudorandom number generator. Thus it is used for random number generation and does not refer the same term.
|
|
|||
|
Seed is used to set the starting point for generating a series of random numbers. If you use the same seed everytime, you will get the same set of numbers everytime. To avoid it, use a unique seed (microsoft uses number of seconds since 1970 or something similar) so everytime you run the random number generator, you get a different set of random numbers.
|
| Sponsored Links |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Similar or Different | ashlee | Linux | 0 | 12-10-2006 02:53 AM |
| Is there a Concept similar in Coldfusion | cyrus | Coldfusion | 0 | 12-07-2006 12:43 AM |
| Pattern suggestion for processing similar image types | =?ISO-8859-1?Q?Ney_Andr=E9_de_Mello_Zunino?= | Software Patterns | 0 | 11-18-2004 02:59 PM |
| comp.lang.c Answers to Frequently Asked Questions (FAQ List) | Steve Summit | Tech FAQ | 0 | 06-01-2004 06:00 AM |
| Solaris x86 FAQ 2/2 | Dan Anderson | Tech FAQ | 0 | 04-27-2004 07:24 PM |