CHANGES.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/index.rst
docs/lhc.rst
docs/mcrng.rst
docs/rng.rst
docs/distributions/base.rst
docs/distributions/bernoulli.rst
docs/distributions/beta.rst
docs/distributions/beta_pert.rst
docs/distributions/discrete-uniform.rst
docs/distributions/extreme.rst
docs/distributions/gamma.rst
docs/distributions/lognormal.rst
docs/distributions/normal.rst
docs/distributions/student.rst
docs/distributions/triangular.rst
docs/distributions/uniform.rst
docs/distributions/weibull.rst
src/stats_arrays/__init__.py
src/stats_arrays/dataset_statistics.py
src/stats_arrays/errors.py
src/stats_arrays/random.py
src/stats_arrays/uncertainty_choices.py
src/stats_arrays/utils.py
src/stats_arrays.egg-info/PKG-INFO
src/stats_arrays.egg-info/SOURCES.txt
src/stats_arrays.egg-info/dependency_links.txt
src/stats_arrays.egg-info/requires.txt
src/stats_arrays.egg-info/top_level.txt
src/stats_arrays/distributions/__init__.py
src/stats_arrays/distributions/base.py
src/stats_arrays/distributions/bernoulli.py
src/stats_arrays/distributions/beta.py
src/stats_arrays/distributions/beta_pert.py
src/stats_arrays/distributions/discrete_uniform.py
src/stats_arrays/distributions/extreme.py
src/stats_arrays/distributions/gamma.py
src/stats_arrays/distributions/geometric.py
src/stats_arrays/distributions/lognormal.py
src/stats_arrays/distributions/normal.py
src/stats_arrays/distributions/student.py
src/stats_arrays/distributions/undefined.py
src/stats_arrays/distributions/weibull.py
tests/test_base.py
tests/test_choices.py
tests/test_conversions.py
tests/test_lhc.py
tests/test_mc.py
tests/test_rng.py