Originally posted by: memo85
Hi.
I use the rand() function in my model to generate a random set for using problem parameters. In Opl documentation, it says that the rand function generates the pseudorandom number and then it can be possible to generate same values. But when I run the model each time, rand() function generates the same values so I can not investigate the effect of the randomness on the solution. How can the different values generate in each run by using rand function? Or is there a different way to generate random function in OPL?
Thank you in advance.
#ConstraintProgramming-General#DecisionOptimization