Description
Cryptography-related Haskell code can use a simple API for random generators instead of depending on ad hoc interfaces.
It is useful for developers maintaining older Haskell crypto libraries or compatibility layers. Randomness is security-critical, so choose maintained generators carefully and avoid using predictable sources for keys, tokens, or signatures.