RandomFloatDistributionsΒΆ

random.spad line 185 [edit on github]

This package exports random floating-point distributions

Beta: (NonNegativeInteger, NonNegativeInteger) -> () -> Float

Beta(n, m) undocumented

chiSquare1: NonNegativeInteger -> Float

chiSquare1(n) undocumented

chiSquare: NonNegativeInteger -> () -> Float

chiSquare(n) undocumented

exponential1: () -> Float

exponential1() undocumented

exponential: Float -> () -> Float

exponential(f) undocumented

F: (NonNegativeInteger, NonNegativeInteger) -> () -> Float

F(n, m) undocumented

normal01: () -> Float

normal01() undocumented

normal: (Float, Float) -> () -> Float

normal(f, g) undocumented

t: NonNegativeInteger -> () -> Float

t(n) undocumented

uniform01: () -> Float

uniform01() undocumented

uniform: (Float, Float) -> () -> Float

uniform(f, g) undocumented