Nodes > Functions > Noise > Random Noise
Returns a random value based on the seed.
Inputs
Name | Type | Description |
---|---|---|
Seed | float | Seed used for random value calculation. In many cases, it's desirable to use UV coordinates as an input here |
Scale | float | Multiplier for the seed value. The lower the value, the more "zoomed in" the noise will appear |
Outputs
Name | Type | Description |
---|---|---|
Random | float | Generated noise value |
Properties
Name | Type | Description |
---|---|---|
Seed Dimension | dropdown | Number of dimensions used in the Seed and Scale values |
Was this page helpful?