Distribution Random Generator


4.0 ( 9870 ratings )
الأدوات المساعدة التعليم
المطور: Myers App Development, L.L.C.
0.99 USD

This app allows you to generate random numbers from the Uniform, Normal, and Geometric distributions!

The Uniform distribution generator allows you to generate random numbers between and two integers you pick.
Example: Uniform(5,60) will generate random numbers between 5 and 60.

The Normal distribution generator will generate random numbers from any mean and standard deviation value you set.
Example: Normal(10,2) will generate random numbers from the normal distribution with a mean of 10 and standard deviation of 2.

The Geometric distribution generator will generate random numbers from a geometric distribution with a probability p that you select.
Example: Geo(0.5) will generate numbers that tell you the number of trials it took until you got your first success, given that the probability is 0.5. (This is like flipping a coin!)

Follow us on twitter @MyersAppDev