Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Random

Namespace: UnityEngine

Description

Class for generating random data.

Static Variables

insideUnitCircleReturns a random point inside a circle with radius 1 (Read Only).
insideUnitSphereReturns a random point inside a sphere with radius 1 (Read Only).
onUnitSphereReturns a random point on the surface of a sphere with radius 1 (Read Only).
rotationReturns a random rotation (Read Only).
rotationUniformReturns a random rotation with uniform distribution (Read Only).
seedSets the seed for the random number generator.
valueReturns a random number between 0.0 [inclusive] and 1.0 [inclusive] (Read Only).

Static Functions

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