Ive noticed that the random value function is a bit odd. as an example, you could have it choose a random value between 1 and 2 and it could choose 1 several times in a row and then 2, Which kinda ruins the chance as in “you would need 2 tries to get the numbers 1 and 2 in a 1/2 chance”. Im on a mobile device right now and cant check if it already got fixed long ago or something, so my bad if its working as it should right now.
2 Likes
This is working as intended, because random numbers are random.
1 Like
“Random” is based off chances tho, you cant properly make a randomness effect with just guessing what chance you have to get a number
Setting the max value doesnt even matter then, you could just make it 1/1 billion and it would be the same as 1/10
nice cool math i guess
1 Like
Guessing 2 times isn’t guarenteed to get 1 and 2
1 Like
Each time is a 50/50 chance. It is 100% possible to get 1 5 times in a row and 2 none of those.
1 Like
that is very true thanks for correcting me .