.gitattributes
.gitignore
.pre-commit-config.yaml
.python-version
LICENSE
README.md
_griffe_ext.py
codecov.yml
conftest.py
jupyter-lite.json
jupyter_lite_config.json
mkdocs.yml
mkdocs_hooks.py
pyproject.toml
tox.ini
uv.lock
.github/dependabot.yml
.github/workflows/docs.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/contrib.md
docs/countin.md
docs/dyce-powered.svg
docs/dyce.d.md
docs/dyce.md
docs/dyce.svg
docs/dyce.viz.md
docs/logo.gsp
docs/notes.md
docs/translations.md
docs/assets/1d100-1.png
docs/assets/_plot.py
docs/assets/doris.png
docs/assets/nb_2d6_lo_hi.py
docs/assets/nb_4d6_variants.py
docs/assets/nb_advantage.py
docs/assets/nb_burning_arch.py
docs/assets/nb_d10_explode.py
docs/assets/nb_dupes.py
docs/assets/nb_great_weapon_fighting.py
docs/assets/nb_histogram.py
docs/assets/nb_ironsworn.py
docs/assets/nb_risus.py
docs/assets/nb_roll_and_keep.py
docs/assets/perf_expand.ipy
docs/assets/perf_expand.txt
docs/assets/perf_rolls_with_counts.ipy
docs/assets/perf_rolls_with_counts.txt
docs/assets/plot_2d6_lo_hi.py
docs/assets/plot_2d6_lo_hi_dark.svg
docs/assets/plot_2d6_lo_hi_light.svg
docs/assets/plot_4d6_variants.py
docs/assets/plot_4d6_variants_dark.svg
docs/assets/plot_4d6_variants_light.svg
docs/assets/plot_advantage.py
docs/assets/plot_advantage_dark.svg
docs/assets/plot_advantage_light.svg
docs/assets/plot_burning_arch.py
docs/assets/plot_burning_arch_dark.svg
docs/assets/plot_burning_arch_light.svg
docs/assets/plot_d10_explode.py
docs/assets/plot_d10_explode_dark.png
docs/assets/plot_d10_explode_dark.svg
docs/assets/plot_d10_explode_light.png
docs/assets/plot_d10_explode_light.svg
docs/assets/plot_dupes.py
docs/assets/plot_dupes_dark.svg
docs/assets/plot_dupes_light.svg
docs/assets/plot_great_weapon_fighting.py
docs/assets/plot_great_weapon_fighting_dark.svg
docs/assets/plot_great_weapon_fighting_light.svg
docs/assets/plot_histogram.py
docs/assets/plot_histogram_dark.svg
docs/assets/plot_histogram_light.svg
docs/assets/plot_ironsworn.py
docs/assets/plot_ironsworn_dark.svg
docs/assets/plot_ironsworn_light.svg
docs/assets/plot_risus.py
docs/assets/plot_risus_evens_up_base.txt
docs/assets/plot_risus_evens_up_base_use.txt
docs/assets/plot_risus_evens_up_decode_hits.txt
docs/assets/plot_risus_first_round_dark.svg
docs/assets/plot_risus_first_round_light.svg
docs/assets/plot_risus_multi_round_best_of_set_dark.svg
docs/assets/plot_risus_multi_round_best_of_set_light.svg
docs/assets/plot_risus_multi_round_evens_up_dark.svg
docs/assets/plot_risus_multi_round_evens_up_light.svg
docs/assets/plot_risus_multi_round_standard_dark.svg
docs/assets/plot_risus_multi_round_standard_light.svg
docs/assets/plot_roll_and_keep.py
docs/assets/plot_roll_and_keep_dark.svg
docs/assets/plot_roll_and_keep_light.svg
docs/assets/plot_viz_plot_bar.py
docs/assets/plot_viz_plot_bar_dark.svg
docs/assets/plot_viz_plot_bar_light.svg
docs/assets/plot_viz_plot_burst.py
docs/assets/plot_viz_plot_burst_dark.svg
docs/assets/plot_viz_plot_burst_light.svg
docs/assets/plot_viz_plot_hbar.py
docs/assets/plot_viz_plot_hbar_dark.svg
docs/assets/plot_viz_plot_hbar_light.svg
docs/assets/plot_viz_plot_line.py
docs/assets/plot_viz_plot_line_dark.svg
docs/assets/plot_viz_plot_line_light.svg
docs/notebooks/2d6_lo_hi.ipynb
docs/notebooks/4d6_variants.ipynb
docs/notebooks/advantage.ipynb
docs/notebooks/burning_arch.ipynb
docs/notebooks/d10_explode.ipynb
docs/notebooks/dupes.ipynb
docs/notebooks/great_weapon_fighting.ipynb
docs/notebooks/histogram.ipynb
docs/notebooks/ironsworn.ipynb
docs/notebooks/prerequisites.py
docs/notebooks/risus.ipynb
docs/notebooks/roll_and_keep.ipynb
dyce/__init__.py
dyce/d.py
dyce/evaluation.py
dyce/h.py
dyce/hable.py
dyce/lifecycle.py
dyce/p.py
dyce/py.typed
dyce/rng.py
dyce/types.py
dyce/viz.py
dyce.egg-info/PKG-INFO
dyce.egg-info/SOURCES.txt
dyce.egg-info/dependency_links.txt
dyce.egg-info/requires.txt
dyce.egg-info/top_level.txt
helpers/check-doctests.py
tests/__init__.py
tests/test_evaluation.py
tests/test_h.py
tests/test_hable.py
tests/test_lifecycle.py
tests/test_p.py
tests/test_rng.py
tests/test_types.py
tests/test_viz.py