Global

Members

methods

Definition of methods, that can be called from main thread
Source:

methods

Definition of methods, that can be called from main thread
Source:

Methods

getRandomBoolean() → {boolean}

Gets random boolean.
Source:
Returns:
Type
boolean

getRandomFloat(min, max) → {number}

Gets random float from min included and max excluded.
Parameters:
Name Type Description
min number
max number
Source:
Returns:
Type
number

getRandomInt(min, max) → {number}

Gets random int from min included and max excluded.
Parameters:
Name Type Description
min number
max number
Source:
Returns:
Type
number