9 Sep
2010
9 Sep
'10
5:59 p.m.
On 9 Sep 2010, at 20:49, Lars Ullrich wrote:
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?
You do not have to seed - looking into the source code, if the seed is not given, time will be used as seed.