random-variates-0.1.5.1: "Uniform RNG => Non-Uniform RNGs"
Stochastic.Distribution.Discrete
module Stochastic.Generators.Discrete
class DiscreteDistribution g where Source
Methods
cdf :: g -> Int -> Double Source
cdf' :: g -> Double -> Int Source
pmf :: g -> Int -> Double Source
Instances