If you use the random tile to generate a random number between 2 values it will never be the max. For instance if you use random to create a number between 1 and 3 it will only generate random numbers between 1 and 2.
Current workaround is adding + 1 to your max value.
If you use the random tile to generate a random number between 2 values it will never be the max. For instance if you use random to create a number between 1 and 3 it will only generate random numbers between 1 and 2.
Current workaround is adding + 1 to your max value.
Share this post
Link to post
Share on other sites