
    ˀh                    z    d dl mZ d dlZ ej                  e      5  d dlmZ ddd       ddZy# 1 sw Y   xY w)    )annotationsNc                .    t        j                  |        y)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)seeds    s/var/www/html/wine-match-dev/backend/winematch-backend/venv/lib/python3.12/site-packages/polars/functions/random.pyr   r   	   s         )r   intreturnNone)	
__future__r   
contextlibsuppressImportErrorpolars.polarspolarsr   r    r	   r   <module>r      s8    " Z%   	   s   1: