@hackage random-stream0.1.1

An infinite stream of random data

Portable interface for the operating system source of pseudo random data. Supported sources are Unix devurandom, Win32 CryptGenRandom and OpenSSL pseudo random numbers generator. This package is based on idea from os.urandom implementation, in CPython.

  • Installation

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      have_urandom
       (off by default)

      Unix devurandom is available

      have_ssl
       (off by default)

      OpenSSL pseudo random numbers generator is available

      have_win32_crypt
       (off by default)

      Win32 CryptGenRandom is available