====== setRandomSeed ====== (int seed=-1) Set the current random seed. If no seed is provided, then the current time in ms is used. ===== Syntax ===== void setRandomSeed([, int %seed=-1]); ===== Parameters ===== [optional] [[scripting:doc:engine:types:int|int]] **%%%seed=-1%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:u:getrandom|getRandom]]\\ [[scripting:doc:u:u:getrandomseed|getRandomSeed]]\\ ===== References ===== [[scripting:doc:u:u:initcommon|initCommon]]: base/main.cs:15\\