✅ PRNG

Why does the Random number generator object not generate the random number 45 if the range is set from 1 to 45? If the range is set from 1 to 46 then the number 45 is generated randomly.
2 Replies
ero
ero5d ago
The upper bound is exclusive. You can find that in the documentation.
77_105_114_111
77_105_114_111OP5d ago
I understand, thanks

Did you find this page helpful?