if we use a random seed, f.e.
Std.srand(120);
will this affect all the random function inside the sketch? and if so, how can we turn it off?
thanks