add basic rng init on RandomNoise plugin

This commit is contained in:
Luna 2019-07-13 17:49:09 -03:00
parent 16116371f5
commit 3edca782ac
2 changed files with 10 additions and 3 deletions

3
examples/noise.scri Normal file
View file

@ -0,0 +1,3 @@
load :0;
noise 3 1;
quicksave;