random-stream: 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.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
have_urandom | Unix devurandom is available | Disabled |
have_ssl | OpenSSL pseudo random numbers generator is available | Disabled |
have_win32_crypt | Win32 CryptGenRandom is available | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- random-stream-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.1 |
---|---|
Dependencies | base, binary, bytestring, random [details] |
License | BSD-3-Clause |
Copyright | Manlio Perillo 2009 |
Author | Manlio Perillo <manlio.perillo@gmail.com> |
Maintainer | Manlio Perillo <manlio.perillo@gmail.com> |
Category | System |
Uploaded | by ManlioPerillo at 2009-03-21T18:53:16Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1112 total (4 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |