In v.perturb, there's an option to set the random seed. The default value is 0. If I want to ensure that multiple runs generate unique output, should I change the seed value? Why is the default not tied to OS time like many other python functions? Thanks, Shaun