Your IP : 216.73.216.196
�
�GHWc @` s� d d l m Z m Z m Z d d l Z d d l m Z d d l m Z d d l m
Z
d e f d � � YZ d e f d � � YZ
d S(
i ( t divisiont print_functiont absolute_importN( t Random( t islice( t InvalidArgumentt RandomWithSeedc B` s2 e Z d Z d � Z d � Z d � Z d � Z RS( s� A subclass of Random designed to expose the seed it was initially
provided with.
We consistently use this instead of Random objects because it makes
examples much easier to recreate.
c C` s# t t | � j | � | | _ d S( N( t superR t __init__t seed( t selfR ( ( sA /opt/alt/python27/lib/python2.7/site-packages/hypothesis/types.pyR % s c C` s&