Documentation

Support

Unity Studio

Open Unity Studio

Unity Studio

Random node

Generate random numbers within a specified range.
Read time 1 minuteLast updated 6 days ago

The Random node is a random value generator. Typical uses:
  • Get a random number within a range (for example, 0 to 1, or 5 to 10).
  • Pick a random item from a list (for example, a random color).
  • Create randomness in positions, rotations, and timing for natural variation.