About

Metadata

  • Last updated , by ManlioPerillo
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: Manlio Perillo <manlio.perillo@gmail.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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

Readme

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.