====== srand ====== ===== Description ===== Seed the pseudorandom number generator. ===== Function prototype ===== void srand ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //seed// | uint | The seed value. | ===== Return value ===== None. ===== Example ===== srand 373278423 ===== Comments ===== None. ===== See also ===== * [[plugins:general:zeoscript:reference:functions:rand]] * [[plugins:general:zeoscript:reference:functions:frand]] * [[plugins:general:zeoscript:reference:functions:absrand]]