Let's say a random number generator (RNG)
generates random numbers in the range 0 to 15
(ie. 16 possible values).
Question:
What size must a series of random numbers
from this RNG minimally have to be able to
mathematically verify whether there is a bias
with this generator?
Ie. the minimum size of the series is needed,
and which method would one use for such a testing?