Ñò
BwLc           @   sF   d  Z  d g Z d d k Z d d k Z d „  Z d „  Z d „  Z d S(   s   $Id$t   newiÿÿÿÿNc          O   s   t  i |  | Ž  S(   sF   Return a file-like object that outputs cryptographically random bytes.(   t   _UserFriendlyRNGR    (   t   argst   kwargs(    (    sU   C:\Documents and Settings\red08xgu\Desktop\python_webupdate\Crypto\Random\__init__.pyR       s    c           C   s   t  i ƒ  d S(   s%   Call this whenever you call os.fork()N(   R   t   reinit(    (    (    sU   C:\Documents and Settings\red08xgu\Desktop\python_webupdate\Crypto\Random\__init__.pyt   atfork#   s    c         C   s   t  i |  ƒ S(   sE   Return the specified number of cryptographically-strong random bytes.(   R   t   get_random_bytes(   t   n(    (    sU   C:\Documents and Settings\red08xgu\Desktop\python_webupdate\Crypto\Random\__init__.pyR   '   s    (   t   __revision__t   __all__t   OSRNGR   R    R   R   (    (    (    sU   C:\Documents and Settings\red08xgu\Desktop\python_webupdate\Crypto\Random\__init__.pyt   <module>   s   			