Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 18.0.7 ]
Hey all,
I want to pull in flow items into my Queue 4 in a completely random order. I want the Queue it comes from and the flow item inside said queue to be chosen at random when it is being pulled. I think that I can randomize the queue that I pull from by putting a "return duniform(1, current.inObjects.length, getstream(current));" line into the Pull Strategy code, but I don't know how to randomize flow item selection within that.
Thanks in advance,
Scott
Solved! Go to Solution.