How random is random?

A pseudo random number generator is implemented in Java. The constraints are programmed as follows:

Floor = 0 Ceiling = 101 Weighted Mean = 39

The program runs and outputs the random number as x 1000000 times. Which is true?

x < 50 MORE often than not Impossible to tell x > 50 MORE often than not x = 100

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Simply put given the amount of iterations is not stated as INF you cannot tell. Although x < 50 is LIKELY it is not guaranteed.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...