Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
RealDice.Generate.BalancedTables
Description
This module contains balanced tables randomized with the RealDice raw data
Synopsis
- rdBoolsPrime :: [Bool]
- rdBoolsFull :: [Bool]
- rdIntsPrime :: [Int]
- rdIntsFull :: [Int]
- rdBinPrime :: String
- rdBinFull :: String
Documentation
rdBoolsPrime :: [Bool] Source #
Prime-length balanced list of Bools randomized with the RealDice raw data
rdBoolsFull :: [Bool] Source #
Full-length balanced list of Bools randomized with the RealDice raw data
rdIntsPrime :: [Int] Source #
Prime-length list of integers randomized with the RealDice raw data
rdIntsFull :: [Int] Source #
Full-length list of integers randomized with the RealDice raw data
rdBinPrime :: String Source #
Prime-length balanced binary string randomized with the RealDice raw data