Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Random

Namespace: UnityEngine

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Class for generating random data.

Static Variables

insideUnitCircle Returns a random point inside a circle with radius 1 (Read Only).
insideUnitSphere Returns a random point inside a sphere 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).
rotationUniform Returns a random rotation with uniform distribution (Read Only).
seed Sets the seed for the random number generator.
value Returns a random number between 0.0 [inclusive] and 1.0 [inclusive] (Read Only).

Static Functions

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