Re-sets the seed for stochastic optimization back to system time.
Equivalent in C API: nlopt_srand_time
auto opt = Opt(Algorithm.ldMMA, 2); opt.srand(3215); opt.srandTime();
See Implementation
Re-sets the seed for stochastic optimization back to system time.
Equivalent in C API: nlopt_srand_time