Jump to content

Displayrand

From EDukeWiki
Revision as of 13:08, 21 April 2008 by Hunter byte (talk | contribs)

displayrand <gamevar>

This function generates a random number and assigns it to <gamevar>. Since this function is sync safe, it can be used in unsynchronized code.

See displayrandvar, displayrandvarvar, randomseed.