diff --git a/startup.m b/startup.m index 308fb84..6a28f07 100644 --- a/startup.m +++ b/startup.m @@ -8,6 +8,7 @@ % randomize seed % lulz +% this is for local_branch branc % see: http://www.mathworks.com/help/matlab/math/updating-your-random-number-generator-syntax.html try rng('shuffle'); % - exception: rand in parfor does not use this new seed