Sets the seed for stochastic optimization.
Equivalent in C API: nlopt_srand
auto opt = Opt(Algorithm.ldMMA, 2); opt.srand(3215);
See Implementation
Sets the seed for stochastic optimization.
Equivalent in C API: nlopt_srand