LICENSE
README.md
pyproject.toml
setup.py
jaxampler/__init__.py
jaxampler/utils.py
jaxampler.egg-info/PKG-INFO
jaxampler.egg-info/SOURCES.txt
jaxampler.egg-info/dependency_links.txt
jaxampler.egg-info/not-zip-safe
jaxampler.egg-info/requires.txt
jaxampler.egg-info/top_level.txt
jaxampler/rvs/__init__.py
jaxampler/rvs/rvs.py
jaxampler/rvs/crvs/__init__.py
jaxampler/rvs/crvs/beta.py
jaxampler/rvs/crvs/boltzmann.py
jaxampler/rvs/crvs/cauchy.py
jaxampler/rvs/crvs/chi2.py
jaxampler/rvs/crvs/crvs.py
jaxampler/rvs/crvs/exponential.py
jaxampler/rvs/crvs/gamma.py
jaxampler/rvs/crvs/logistic.py
jaxampler/rvs/crvs/lognormal.py
jaxampler/rvs/crvs/normal.py
jaxampler/rvs/crvs/pareto.py
jaxampler/rvs/crvs/rayleigh.py
jaxampler/rvs/crvs/studentt.py
jaxampler/rvs/crvs/triangular.py
jaxampler/rvs/crvs/truncnormal.py
jaxampler/rvs/crvs/truncpowerlaw.py
jaxampler/rvs/crvs/uniform.py
jaxampler/rvs/crvs/weibull.py
jaxampler/rvs/drvs/__init__.py
jaxampler/rvs/drvs/bernoulli.py
jaxampler/rvs/drvs/binomial.py
jaxampler/rvs/drvs/drvs.py
jaxampler/rvs/drvs/geometric.py
jaxampler/rvs/drvs/poisson.py
jaxampler/sampler/__init__.py
jaxampler/sampler/aarsampler.py
jaxampler/sampler/arsampler.py
jaxampler/sampler/invtranssampler.py
jaxampler/sampler/mhsampler.py
jaxampler/sampler/sampler.py