Rand()

From ElectronicWar

Jump to: navigation, search
Function information for rand()
Function rand()
Parameters None
API All
Cost $0
Level N/A
CPU Usage 0
Description Returns a float between 0 and 1


[edit] Example

message(getSourceIP(), ""+rand()+"");

Would message the person that this is exectued on with a float between 0 and 1

Personal tools