ó
j4Vdc           @   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(    (    sd   /var/www/html/phendo-backend/phendo_python/env/lib/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(    (    (    sd   /var/www/html/phendo-backend/phendo_python/env/lib/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(    (    sd   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/Crypto/Random/__init__.pyR   '   s    N(   t   __revision__t   __all__t   Crypto.RandomR   R   R    R   R   (    (    (    sd   /var/www/html/phendo-backend/phendo_python/env/lib/python2.7/site-packages/Crypto/Random/__init__.pyt   <module>   s   			