Distribution Random Generator app for iPhone and iPad


4.0 ( 9870 ratings )
Utilities Education
Developer: Myers App Development, L.L.C.
0.99 USD
Current version: 1.0, last update: 7 years ago
First release : 23 Apr 2012
App size: 410.03 Kb

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