-
Seed option for noise
<div>Hello friends,</div>
I’m playing around with the noise function. It’s there a way to change the seed of the values?
Thanks for your help.
noiseMulti = 10;
fr = 10;
amp = 200
seedRandom(1268, true);
n = noise(time*fr)*amp*noiseMulti;
[0,n];