Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
alt
/
python27
/
lib64
/
python2.7
/
site-packages
/
Crypto
/
Random
/
File Content:
__init__.pyc
� �/�Oc @ sN d Z d g Z d d l m Z d d l m Z d � Z d � Z d � Z d S( s $Id$t newi����( t OSRNG( t _UserFriendlyRNGc O s t j | | � S( sF Return a file-like object that outputs cryptographically random bytes.( R R ( t argst kwargs( ( sI /opt/alt/python27/lib64/python2.7/site-packages/Crypto/Random/__init__.pyR s c C s t j � d S( s% Call this whenever you call os.fork()N( R t reinit( ( ( sI /opt/alt/python27/lib64/python2.7/site-packages/Crypto/Random/__init__.pyt atfork# s c C s t j | � S( sE Return the specified number of cryptographically-strong random bytes.( R t get_random_bytes( t n( ( sI /opt/alt/python27/lib64/python2.7/site-packages/Crypto/Random/__init__.pyR '