1

I would like to generate different seed at each time to have various outcomes ... I have tried "shuffle," however it showed that "it is not supported!" Wish someone can help me!Thank you~

This is my settings: . It makes my simulation to end with the same outcome every time.

Renats Stozkovs
  • 2,549
  • 10
  • 22
  • 26

1 Answers1

0

You could generate a random number by writing a code in the model properties "callback." Then, take it as a reference for your seed to generate the random seed.