htirage-1.20170804: Equiprobable draw from publicly verifiable random data.

Safe HaskellSafe
LanguageHaskell2010

Htirage.Draw

Description

Tirages.

Synopsis

Documentation

draw1 :: [a] -> [Bool] -> a Source #

draw1 xs bs retourne un choix parmi xs déterminé par l’entropie bs.

drawMany :: [a] -> Integer -> [Bool] -> [a] Source #

drawMany xs k bs retourne k choix (sans répétition) parmi xs déterminés par l’entropie bs.