Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search
Thursday, January 6, 2011
Bit generators
you have an unbiased generator G1 which generate 0 and 1 with probability 1/2. Build a new generator G2 which generates 0 with probability p and 1 with probability 1-p.
No comments:
Post a Comment