random-fu-0.2.7.7: Random number generation

Safe HaskellNone
LanguageHaskell2010

Data.Random.Distribution.Pareto

Documentation

pareto :: Distribution Pareto a => a -> a -> RVar a Source #

paretoT :: Distribution Pareto a => a -> a -> RVarT m a Source #

data Pareto a Source #

Constructors

Pareto !a !a 
Instances
(Real a, Distribution Pareto a) => CDF Pareto a Source # 
Instance details

Defined in Data.Random.Distribution.Pareto

Methods

cdf :: Pareto a -> a -> Double Source #

(Floating a, Distribution StdUniform a) => Distribution Pareto a Source # 
Instance details

Defined in Data.Random.Distribution.Pareto

Methods

rvar :: Pareto a -> RVar a Source #

rvarT :: Pareto a -> RVarT n a Source #