int t{20}; // Number of trials double p {0.75}; // Probability of success std::binomial_distribution<> binomial_d {t, p};