Linear Distributions

Simple random distributions as the uniform, low-pass, high-pass, and mean are also called linear distributions, because their histograms are linear functions, i.e. we can describe them using linear envelopes:
 
 

This graphic shows the histograms (probability curves) of the four linear distributions: red=uniform, green=low-pass, light-blue=high-pass, blue=mean. The X axis represents the range of values for the random selection (0.0, 1.0], the Y axis their probability index (0.0, 1.0). For instance, the value 0.5 has a probability index of 1.0 for the uniform and mean distribution and a probability index of 0.5 for both the high-pass and low-pass distributions.

Non-linear Distributions

These distributions have histograms which are not linear functions as in the previous cases. Most of these non-linear functions use an auxiliary parameter a to control some aspects of the histogram.
 

Symmetrical non-linear distributions

The gaussian, cauchy, and beta distributions have symmetrical histograms. The beta distribution is of particular interest because its symmetry can be parametrically altered.