Int Random(int inMax)
Description
Will randomize the value entered inMax
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inMax | Int | the max number to randomize |
Return Type
Int
Example
Random(2) - will randomize a maximum of 2 numbers (will return either 0 or 1)
Comments
Please sign in to leave a comment.