.gitignore
.readthedocs.yaml
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/publish-to-test-pypi.yml
.github/workflows/test-and-build.yml
doc/Tomato.png
doc/_config.yml
doc/_toc.yml
doc/advanced_use.md
doc/conceptual_guide.md
doc/intro.md
doc/quickstart.md
doc/references.bib
doc/requirements.txt
doc/technical_guide.md
src/random_events/__init__.py
src/random_events/interval.py
src/random_events/product_algebra.py
src/random_events/set.py
src/random_events/sigma_algebra.py
src/random_events/utils.py
src/random_events/variable.py
src/random_events.egg-info/PKG-INFO
src/random_events.egg-info/SOURCES.txt
src/random_events.egg-info/dependency_links.txt
src/random_events.egg-info/requires.txt
src/random_events.egg-info/top_level.txt
test/test_interval.py
test/test_product_algebra.py
test/test_set.py
test/test_variable.py