private void GamblersCoin_ShowsDistribution(double p, int n)
 {
     Coin_ShowsDistribution(Samplers.GamblersBiasedCoin(p), p, n);
 }