tests - the amount of times it randomizes a number and sorts it into the groups (1-5, 6-10, etc.)higher values can cause lag. pause - stops testing until its turned back on
I was thinking about how computers can never generate truly random numbers, and I was wondering exactly how random scratch's pick random block is. The way this test works is that it picks a random number from 1 to 100 and adds it to the results. it repeats this the amount the variable test is. Then it sorts the results into groups of 1-5, 6-10, 11-15, etc. and each bar represents one of those groups. so the more flat the bars look together, the more random it is, because that means it is more evenly distributed!