o
    ¹­§i  ã                   @  sX   d dl mZ d dlZe e¡ d dlmZ W d  ƒ n1 s w   Y  d	dd„ZdS )
é    )ÚannotationsNÚseedÚintÚreturnÚNonec                 C  s   t  | ¡ dS )a  
    Set the global random seed for Polars.

    This random seed is used to determine things such as shuffle ordering.


    Parameters
    ----------
    seed
        A non-negative integer < 2\ :sup:`64` used to seed the internal global
        random number generator.
    N)ÚplrÚset_random_seed)r   © r	   úN/home/app/Keep/.python/lib/python3.10/site-packages/polars/functions/random.pyr   	   s   r   )r   r   r   r   )	Ú
__future__r   Ú
contextlibÚsuppressÚImportErrorZpolars._plrZ_plrr   r   r	   r	   r	   r
   Ú<module>   s    ÿ