+
    0•üi“  ã                   óF   € R t ^RIHtHt ^RIHtHtHtHtH	t	H
t
Ht . ROtR# )a]  
======================================================
Random Number Generators (:mod:`scipy.stats.sampling`)
======================================================

.. currentmodule:: scipy.stats.sampling

This module contains a collection of random number generators to sample
from univariate continuous and discrete distributions. It uses the
implementation of a C library called "UNU.RAN". The only exception is
RatioUniforms, which is a pure Python implementation of the
Ratio-of-Uniforms method.

Generators Wrapped
==================

For continuous distributions
----------------------------

.. autosummary::
   :toctree: generated/

   NumericalInverseHermite
   NumericalInversePolynomial
   TransformedDensityRejection
   SimpleRatioUniforms
   RatioUniforms

For discrete distributions
--------------------------

.. autosummary::
   :toctree: generated/

   DiscreteAliasUrn
   DiscreteGuideTable

Warnings / Errors used in :mod:`scipy.stats.sampling`
-----------------------------------------------------

.. autosummary::
   :toctree: generated/

   UNURANError


Generators for pre-defined distributions
========================================

To easily apply the above methods for some of the continuous distributions
in :mod:`scipy.stats`, the following functionality can be used:

.. autosummary::
   :toctree: generated/

   FastGeneratorInversion

)ÚFastGeneratorInversionÚRatioUniforms)ÚTransformedDensityRejectionÚDiscreteAliasUrnÚDiscreteGuideTableÚNumericalInversePolynomialÚNumericalInverseHermiteÚSimpleRatioUniformsÚUNURANErrorN)	r   r   r   r	   r   r   r   r
   r   )Ú__doc__Ú	_samplingr   r   Ú_unuran.unuran_wrapperr   r   r   r   r   r	   r
   Ú__all__© ó    ÚR/var/www/html/photoedit/myenv/lib/python3.14/site-packages/scipy/stats/sampling.pyÚ<module>r      s&   ðñ9÷t =÷÷ ñ ò4‚r   