.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
LICENSES/license-info.txt
bds_sampler/__init__.py
bds_sampler/_version.py
bds_sampler.egg-info/PKG-INFO
bds_sampler.egg-info/SOURCES.txt
bds_sampler.egg-info/dependency_links.txt
bds_sampler.egg-info/not-zip-safe
bds_sampler.egg-info/requires.txt
bds_sampler.egg-info/top_level.txt
bds_sampler/_sampler/BDS_sampler.c
bds_sampler/_sampler/BDS_sampler.pyx
bds_sampler/_sampler/DiGSampler.c
bds_sampler/_sampler/DiGSampler.h
bds_sampler/_sampler/graphs.pxd
bds_sampler/_sampler/mt.pxd
bds_sampler/_sampler/mt19937ar.c
bds_sampler/_sampler/mt19937ar.h
examples/basic.py
tests/test_bds_sampler.py