+
    ¢‡i¶
  ã            
       ó¢   € ^RI Ht ^RIHt ^RIHtHt ^RIHt ^RI	H
t
 ^RIHt ^RIHt R]R	]R
]R]R]
/tRR R lltR]3R ltR]3R ltR# )é   )Ú	Generator)ÚMT19937)ÚPCG64Ú	PCG64DXSM)ÚPhilox)ÚSFC64)ÚBitGenerator)ÚRandomStater   r   r   r   r   c                óP   € V ^8„  d   QhR\         \        \        ,          ,          /# )é   Úbit_generator)ÚstrÚtyper	   )Úformats   "Út/Users/tonyclaw/.openclaw/workspace/skills/math-calculator/venv/lib/python3.14/site-packages/numpy/random/_pickle.pyÚ__annotate__r      s   € ÷ ñ ¬¬d´<Õ.@Õ(@ñ ó    c                ó´   € \        V \        4      '       d
   T pV! 4       # V \        9   d   \        V ,          pV! 4       # \        \	        V 4      R,           4      h)a   
Pickling helper function that returns a bit generator object

Parameters
----------
bit_generator : type[BitGenerator] or str
    BitGenerator class or string containing the name of the BitGenerator

Returns
-------
BitGenerator
    BitGenerator instance
z$ is not a known BitGenerator module.)Ú
isinstancer   ÚBitGeneratorsÚ
ValueErrorr   )r   Úbit_gen_classs   & r   Ú__bit_generator_ctorr      s[   € ô -¤×&Ò&Ø%ˆñ ‹?Ðð 
œ-Ô	'Ü% mÕ4ˆñ ‹?Ðô	 ÜÓÐ!GÕGó
ð 	
r   c                óf   € \        V \        4      '       d   \        V 4      # \        V! V 4      4      # )a»  
Pickling helper function that returns a Generator object

Parameters
----------
bit_generator_name : str or BitGenerator
    String containing the core BitGenerator's name or a
    BitGenerator instance
bit_generator_ctor : callable, optional
    Callable function that takes bit_generator_name as its only argument
    and returns an instantized bit generator.

Returns
-------
rg : Generator
    Generator using the named core BitGenerator
)r   r	   r   ©Úbit_generator_nameÚbit_generator_ctors   &&r   Ú__generator_ctorr   +   s0   € ô& Ð$¤l×3Ò3ÜÐ+Ó,Ð,äÑ'Ð(:Ó;Ó<Ð<r   c                óf   € \        V \        4      '       d   \        V 4      # \        V! V 4      4      # )a¥  
Pickling helper function that returns a legacy RandomState-like object

Parameters
----------
bit_generator_name : str
    String containing the core BitGenerator's name
bit_generator_ctor : callable, optional
    Callable function that takes bit_generator_name as its only argument
    and returns an instantized bit generator.

Returns
-------
rs : RandomState
    Legacy RandomState using the named core BitGenerator
)r   r	   r
   r   s   &&r   Ú__randomstate_ctorr    D   s0   € ô$ Ð$¤l×3Ò3ÜÐ-Ó.Ð.ÜÑ)Ð*<Ó=Ó>Ð>r   N)Ú
_generatorr   Ú_mt19937r   Ú_pcg64r   r   Ú_philoxr   Ú_sfc64r   r   r	   Úmtrandr
   r   r   r   r    © r   r   Ú<module>r(      sY   ðÝ !Ý ß $Ý Ý Ý 'Ý à˜GØ˜%Ø˜iØ˜6Ø˜%ð	€÷ð4 )2Ø(<ô=ð2 +4Ø*>ö?r   