§
    y”jO  ã                  ó,   — d dl mZ d dlmZ dgZdd„ZdS )	é    )Úannotations)ÚcoreÚinitial_seedÚreturnÚintc                 óL   — t          j        ¦   «                              ¦   «         S )a0  
    Returns the initial seed for generating random numbers as a Python `int`.

    Returns:
        int: The 64-bit initial seed of the default generator on CPU place only.

    Examples:
        .. code-block:: python

            >>> import paddle
            >>> s = paddle.random.initial_seed()
    )r   Údefault_cpu_generatorr   © ó    ú]/lsinfo/ai/hellotax_ai/data_center/backend/venv/lib/python3.11/site-packages/paddle/random.pyr   r      s   € õ Ô%Ñ'Ô'×4Ò4Ñ6Ô6Ð6r   N)r   r   )Ú
__future__r   Úpaddle.baser   Ú__all__r   r
   r   r   ú<module>r      sQ   ðð #Ð "Ð "Ð "Ð "Ð "à Ð Ð Ð Ð Ð àÐ
€ð7ð 7ð 7ð 7ð 7ð 7r   