SeedRandom per Layer
Gets repeatable random numbers unique to each layer.
Code
seedRandom(index, true);
random();
randomrepeatableutility
How to Use
Use inside larger expressions when you need consistent randomness per duplicate.
Gets repeatable random numbers unique to each layer.
seedRandom(index, true);
random();
Use inside larger expressions when you need consistent randomness per duplicate.