Skip to main content
Version: 5.x

Nodes > Particles > Particle Random

Particle Random

Returns a unique, per-particle random value between Min and Max, extremely useful to get variation in the particle system.

Inputs

NameTypeDescription
MinfloatLower bound of the random value.
MaxfloatUpper bound of the random value.
Custom SeedfloatA custom seed to be used in random number generation.

Outputs

NameTypeDescription
RandomfloatGenerated random value

Properties

NameTypeDescription
DimensiondropdownNumber of dimensions in the random value. Also affects Min and Max dimensions.
TimeboolWhen enabled, uses elapsed time in random number generation. Useful for producing unique values on newly spawned particles.
Particle IDboolWhen enabled, uses the particle ID in random number generation.
Node IDboolWhen enabled, uses the node ID in random number generation to ensure each usage of Particle Random returns unique values.
CustomboolWhen enabled, exposes the Custom Seed input where a custom value can be used in random number generation.
Was this page helpful?
Yes
No

AI-Powered Search