Welcome to Westonci.ca, where finding answers to your questions is made simple by our community of experts. Get expert answers to your questions quickly and accurately from our dedicated community of professionals. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

binomial(seed, p,m,n) that returns for given seed a bunch of n binomial distributed random numbers with the provided success probability p and the number of trial equal to m. you have to numerically calculate the inverse distribution function.