Sep 22, 2004 #1 A anant Member level 2 Joined Sep 20, 2004 Messages 49 Helped 3 Reputation 6 Reaction score 1 Trophy points 1,288 Activity points 283 I want to run the system c constraint random simulation with different seeds how can I do that?
Dec 15, 2004 #2 ram Advanced Member level 4 Joined May 3, 2004 Messages 117 Helped 10 Reputation 20 Reaction score 8 Trophy points 1,298 Activity points 918 use scv::set_global_seed(100); this function has argument to be given. I have given 100 as a seed. by default it has 1 as a seed. Remember that the sam seed will cause same randomization. So use diffeernt seeds at different simulation times
use scv::set_global_seed(100); this function has argument to be given. I have given 100 as a seed. by default it has 1 as a seed. Remember that the sam seed will cause same randomization. So use diffeernt seeds at different simulation times