Random Number Generator Rolls High

As stated in the conversation: Discord

We saw a tendency of the random number generator to roll high with a small limit range (in my case 1-10) and skews low with a higher limit range (As per Zammer and Void test)

I belive that the solution could be found in the seed used for generating the “randomness” in the code.

The seed is based on the current time, and the outputted numbers are random. You’re likely testing with too small of a sample size of runs.

2 Likes