how do I get different random duration every time I run a simulation in SimEvents?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
I am modelling a simple queuing model in SimEvents including a queue block and a server. For the server I am using an event-based random number to generate random duration from a Gamma distribution. When I run the model it uses random number but, the next time I run it, the model again uses the same number and do not give a new set of durations. How can I make this happen? My model and the answer are shown below.


In Discrete Event Simulation when using stochastic distribution, the model should produce different answer each time, then by running a certain number of times it should converge to a constant answer.
I would appreciate any help.
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Discrete-Event Simulation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!