Generates random numbers consistently based on the seed value.
Contributed by:
seedRandom(index, true); value + random([-50, -50], [50, 50]);
SeedRandom Expression
Practical use case
Ensuring random values for each layer stay consistent over time based on their index.
Check out similar expressions
Randomness
Unique Snowflake Generator
Perfect for winter-themed motion graphics where you need variety. Instead of using the same asset repeatedly, you can generate an infinite number of unique ice crystals instantly.
Ideal for animating string lights, garlands, or festive borders where you need hundreds of individual bulbs to blink randomly without manually animating each one.