|
| Numeric.Random.Distribution.Uniform | | Portability | portable | | Stability | experimental | | Maintainer | m.p.donadio@ieee.org |
|
|
|
| Description |
| Functions for turning a list of random integers (as Word32) in a list
of Uniform RV's
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| :: [Word32] | X
| | -> [Double] | U
| | 53 bits in [0,1], ie 64-bit IEEE 754 in [0,1]
|
|
|
|
| :: [Word32] | X
| | -> [Double] | U
| | 53 bits in [0,1), ie 64-bit IEEE 754 in [0,1)
|
|
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.1.0 |