Close
Asset

Random CHOP

This is an extensive component for random number generation in CHOPs, specifically *unique* random number generation.
Some use-cases this will cover that otherwise would not be possible with simple CHOPs:
- Generate a random number between two numbers, where on each generation the same value cannot be generated consequently (Per-Sample mode)
- The above can be extended to multi-sample, where for each sample this condition is checked
- Generate a multi-sample channel where each value is unique, and on each consequent generation the same set values cannot be generated (Per-Channel mode)
It works with int and floats as well.
 

 

Asset Downloads

randomCHOP1.tox (3.17 KB)

Comments