@hackage dice-entropy-conduit1.0.0.0

Cryptographically secure n-sided dice via rejection sampling.

This library uses rejection sampling to provide cryptographically secure n-sided dice rolls and random sampling (within a given range). The number of used random bits is close to the information-theoretic optimal bound.

The API provides a conduit interface. See module System.Random.Dice for a more detailed description.

Feedback is welcome!