Repository URL to install this package:
| 
      
     
      
        
        
        Version: 
        
         
  
        
    
          
          3.4.52  ▾
        
         
  
      
        
      
  
      
  
     | 
ó
ۍEYc           @` s?   d  d l  m Z m Z m Z d  d l m Z m Z d   Z d S(   i    (   t   absolute_importt   divisiont   print_function(   t   ffit   libc         C` s3   t  j d |   } t j | |   t  j | |   S(   s   
    Returns ``size`` number of random bytes from a cryptographically secure
    random source.
    :param size: int
    :rtype: bytes
    s   unsigned char[](   R   t   newR   t   randombytest   buffer(   t   sizet   buf(    (    sN   /home/tvault/.virtenv/lib/python2.7/site-packages/nacl/bindings/randombytes.pyR      s    N(   t
   __future__R    R   R   t   nacl._sodiumR   R   R   (    (    (    sN   /home/tvault/.virtenv/lib/python2.7/site-packages/nacl/bindings/randombytes.pyt   <module>   s