random-stream-0.1.1: An infinite stream of random data

System.Random.Stream

Description

Pure interface to the system pseudo random number generator. The generator is assumed to provide an infinite stream of random data, and to be implicitly defined.

Documentation

newtype Stream Source

Constructors

Stream ByteString 

Instances