Itoo Software Forum

Author Topic: Question about "Random"  (Read 523 times)

QN1156

  • Newbie
  • *
  • Posts: 34
Question about "Random"
« 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。

Paul Roberts

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2991
Re: Question about "Random"
« Reply #1 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
Paul Roberts
iToo Software

QN1156

  • Newbie
  • *
  • Posts: 34
Re: Question about "Random"
« Reply #2 on: September 01, 2022, 03:23:47 PM »
Great, Thank you very much!