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?
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.
Simply put given the amount of iterations is not stated as INF you cannot tell. Although x < 50 is LIKELY it is not guaranteed.