> Within GMPL (i.e., MathProg) , is there a simple way to set the
> seed  for psuedo-random number generation? I #39;d like to be able
> to randomize the starting point to stress test an example I #39;m
> developing.

Currently the seed function is not implemented. However, you may
skip some pseudo-random numbers as follows:

param SEED := 1000;
check sum{1..SEED} Uniform01() > 0;

This is not elegant though works.



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to