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

Safe HaskellSafe
LanguageHaskell2010

Htirage.Draw

Description

Tirages.

Synopsis

Documentation

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

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

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

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