
Dec. 7, 2022
5:04 p.m.
I'm very sorry, I didn't meant to post this to python-ideas. I didn't pay enough attention. I'm sending the same thing to the regular python list. On Wed, Dec 07, 2022 at 11:03:24AM -0500, David Lowry-Duda wrote:
Inspired by the recent thread on PRNG, I began to wonder: suppose that I had a pseudorandom number generator that attempted to generate a nonuniform distribution. Suppose for instance that it was to generate a 0 bit 2/3 of the time, and a 1 bit 1/3 of the time.
How would one go about testing this PRNG against an idealized (similarly biased) PRNG?
- DLD