###Function###
SRandom

###Description###
Set Seed for random number generation.

###Syntax###
SRandom ( Seed )


###Parameters###
@@ParamTable@@
Seed
	Seed value for random number generation. Number between -2^31 and 2^31-1
@@End@@

###ReturnValue###
None.


###Remarks###
When using <a href="SRandom.htm">SRandom()</a> sequence of random numbers will be repeated each time you run the script. For example, you can test the speed of the script and the random numbers will not affect the test results.
After each call to <a href="SRandom.htm">SRandom()</a> random number generator starts a new sequence. Use the <a href="SRandom.htm">SRandom</a>(@SEC), for random sequences.


###Related###
Random


###Example###
@@IncludeExample@@
