Distribution is a gem with several probabilistic distributions. Pure Ruby is used by default, C (GSL) or Java extensions are used if available. Some facts: Very fast ruby 1.9.3+ implementation, with improved method to calculate factorials and other common functions. All methods tested on several ranges. See spec/. Code for normal, Student's t and chi square is lifted from the statistics2 gem. Orig