ITOOSOFT Forum

Author Topic: Why Arithmetic2 does not create a random number on render every time?  (Read 249 times)

square

  • Newbie
  • *
  • Posts: 3
Why Arithmetic2 does not create a random number on render every time?
« Last Edit: November 23, 2025, 04:12:09 pm by square »

Michal Karmazín

  • ITOOSOFT
  • Hero Member
  • *****
  • Posts: 3184
Re: Why Arithmetic2 does not create a random number on render every time?
« Reply #1 on: November 24, 2025, 11:20:08 am »
Hi,

This value is not expected to change. The randomInt(a, b) function returns an integer in the range [a, b] based on the Random Seed defined in the General rollout. As with the Random Parameter, if the Random Seed remains constant, the result of this calculation will also remain unchanged. Thank you for your understanding.

Best regards,