Random Manual     Reference     Scripting  
Scripting > Runtime Classes > Random
Random

Class for generating random data.

Class Variables
seed

Sets the seed for the random number generator.

value

Returns a random number between 0.0 [inclusive] and 1.0 [inclusive] (Read Only).

insideUnitSphere

Returns a random point inside a sphere with radius 1 (Read Only).

insideUnitCircle

Returns a random point inside a circle with radius 1 (Read Only).

onUnitSphere

Returns a random point on the surface of a sphere with radius 1 (Read Only).

rotation

Returns a random rotation (Read Only).

Class Functions
Range

Returns a random float number between and min [inclusive] and max [inclusive] (Read Only).