package odds

  1. Overview
  2. Docs
Dice formula library

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.tar.gz
md5=3a0a1e29af8bab11f793532976781cb6

Description

Odds (OCaml Dice Dice Something) allows to write and exvaluate expressions in the dice algebra1. Evaluation can be deterministic (if a PRNG state is provided).

The companion program roll can evaluate dice expressions from the command line. E.g.,

roll 2d10+4

Tags

games dice random

Published: 15 Jul 2017

README

Odds — OCaml Dice Dice Something

%%VERSION%%

Odds is an OCaml library for rolling dice. It features deterministic dice rolls and combinators for common operations.

Installation

Odds can be installed with opam:

opam install odds

Documentation

Dependencies (6)

  1. cmdliner
  2. menhir build
  3. topkg build
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml >= "4.02.0"

Dev Dependencies

None

Used by

None

Conflicts

None