Skip to main content
Version: 5.x

Nodes > Functions > Noise > Random Noise

Random Noise

Returns a random value based on the seed.

Inputs

NameTypeDescription
SeedfloatSeed used for random value calculation. In many cases, it's desirable to use UV coordinates as an input here
ScalefloatMultiplier for the seed value. The lower the value, the more "zoomed in" the noise will appear

Outputs

NameTypeDescription
RandomfloatGenerated noise value

Properties

NameTypeDescription
Seed DimensiondropdownThe number of dimensions that are factored in to the random number generation.
Output DimensiondropdownThe number of dimensions the random number generator produces. Each component is a unique random number.
Was this page helpful?
Yes
No