Difference between revisions of "Displayrand"
Jump to navigation
Jump to search
Hunter byte (talk | contribs) (New page: 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...) |
m |
||
Line 5: | Line 5: | ||
See [[displayrandvar]], [[displayrandvarvar]], [[randomseed]]. | See [[displayrandvar]], [[displayrandvarvar]], [[randomseed]]. | ||
[[Category:EDuke32 specific commands]] |
Revision as of 01:29, 21 April 2008
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.