ó
    Eñi¶
  ã                   ó¦   • S SK Jr  S SKJr  S SKJrJr  S SKJr  S SK	J
r
  S SKJr  S SKJr  \\\\\
S.rSS
\\\   -  4S jjrS	\4S jrS	\4S jrg)é   )Ú	Generator)ÚMT19937)ÚPCG64Ú	PCG64DXSM)ÚPhilox)ÚSFC64)ÚBitGenerator)ÚRandomState)r   r   r   r   r   r   Úbit_generatorc                 ó    • [        U [        5      (       a	  U nU" 5       $ U [        ;   a  [        U    nU" 5       $ [        [	        U 5      S-   5      e)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.)Ú
isinstanceÚtypeÚBitGeneratorsÚ
ValueErrorÚstr)r   Úbit_gen_classs     ÚQ/home/mande/repo/quber/.venv/lib/python3.13/site-packages/numpy/random/_pickle.pyÚ__bit_generator_ctorr      s[   € ô �-¤×&Ñ&Ø%ˆñ ‹?Ðð 
œ-Ó	'Ü% mÑ4ˆñ ‹?Ðô	 Ü�ÓÐ!GÑGó
ð 	
ó    c                 ód   • [        U [        5      (       a  [        U 5      $ [        U" U 5      5      $ )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                 ód   • [        U [        5      (       a  [        U 5      $ [        U" U 5      5      $ )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   © r   r   Ú<module>r$      s`   ðÝ !Ý ß $Ý Ý Ý 'Ý à#ØØ'Ø!Øñ	€ñ¨¨d°<Ñ.@Ñ(@õ ð4 )2Ø(<ô=ð2 +4Ø*>õ?r   