real-dice-0.1.0.5: Random number generation based on physical media touched by humans
Safe HaskellSafe-Inferred
LanguageHaskell2010

RealDice.Generate.BalancedTables

Description

This module contains balanced tables randomized with the RealDice raw data

Synopsis

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

rdBinFull :: String Source #

Full-length balanced binary string randomized with the RealDice raw data