Random From To.vl (11.6 KB)
See example, using Integers is more clear.
I would expect that the result is always between From & To, including both, and that’s not the case.
Random From To.vl (11.6 KB)
See example, using Integers is more clear.
I would expect that the result is always between From & To, including both, and that’s not the case.
that’s by design of the underlying library. upper bounds are exclusive. they are writing about this here: Random Class (System) | Microsoft Learn
ok, I will figure out something