winrandom 1.0
Access to Cryptographic API random generator
Latest Version: 1.2
This very simple module gives direct access to Windows Cryptographic API CryptGetRandom() function. It has only one method winrandom.long() which returns unsigned long integer from the Windows PRNG.
Example:
>>> import winrandom >>> print winrandom.long() 2141228967
- Author: Pawel Krawczyk
- Home Page: http://ipsec.pl/winrandom
- License: Public domain
- Platform: Win32
- Categories
- Package Index Owner: kravietz
- DOAP record: winrandom-1.0.xml
