Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: QN1156 on September 01, 2022, 12:23:25 pm

Title: Question about "Random"
Post by: QN1156 on September 01, 2022, 12:23:25 pm
How can I get this random value to be correct? Now this random value doesn't match all generators well。
Title: Re: Question about "Random"
Post by: Paul Roberts on September 01, 2022, 02:32:59 pm
Hi,

Please take a look at the attached sample file for a possible solution. One of the issues was controlling the sequence counts using arithmetic operators. At present this doesn't work well and is to be avoided. I've revamped the style a little to make it work without using sequence counts.
I hope that helps,
Paul
Title: Re: Question about "Random"
Post by: QN1156 on September 01, 2022, 03:23:47 pm
Great, Thank you very much!