private void UniformCoin_ShowsDistribution(double p, int n)
 {
     Coin_ShowsDistribution(Samplers.UniformBiasedCoin(p), p, n);
 }