The command randbinomial will take parameters an integer n and a number p between 0 and 1, and return an integer from 0 to n chosen according to the binomial distribution; i.e., the number of successes you might get if you did an experiment n times, where the probability of success each time is p. If you enter
for example, you might get