i lies between 0 to 31, with equal probability (1/32).
k is either 0 or 1.(equal probability 1/2)
How can one generate i using only k?
i lies between 0 to 31, with equal probability (1/32).
k is either 0 or 1.(equal probability 1/2)
How can one generate i using only k?
Copyright © 2021 JogjaFile Inc.
Flip $k$ five times and delete any case in which $k = 1,1,1,1,1$.