Random

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)

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.