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
- F: (NonNegativeInteger, NonNegativeInteger) -> () -> Float
- F(n, m)undocumented
- normal01: () -> Float
- normal01()undocumented
- t: NonNegativeInteger -> () -> Float
- t(n)undocumented
- uniform01: () -> Float
- uniform01()undocumented