LICENSE
README.md
pyproject.toml
random_allocation/__init__.py
random_allocation.egg-info/PKG-INFO
random_allocation.egg-info/SOURCES.txt
random_allocation.egg-info/dependency_links.txt
random_allocation.egg-info/requires.txt
random_allocation.egg-info/top_level.txt
random_allocation/comparisons/__init__.py
random_allocation/comparisons/definitions.py
random_allocation/comparisons/experiments.py
random_allocation/comparisons/visualization.py
random_allocation/examples/__init__.py
random_allocation/examples/debugging.py
random_allocation/examples/paper_experiments.py
random_allocation/other_schemes/__init__.py
random_allocation/other_schemes/local.py
random_allocation/other_schemes/poisson.py
random_allocation/other_schemes/shuffle.py
random_allocation/other_schemes/shuffle_external.py
random_allocation/random_allocation_scheme/RDP.py
random_allocation/random_allocation_scheme/RDP_DCO.py
random_allocation/random_allocation_scheme/__init__.py
random_allocation/random_allocation_scheme/analytic.py
random_allocation/random_allocation_scheme/combined.py
random_allocation/random_allocation_scheme/decomposition.py
random_allocation/random_allocation_scheme/inverse.py