ev-dice 0.4.0

computes the min, max, and expected value of D&D-like dice rolls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ev-dice"
description = "computes the min, max, and expected value of D&D-like dice rolls"
homepage = "http://github.com/gnuvince/ev"
version = "0.4.0"
authors = ["Vincent Foley <vfoley@gmail.com>"]
license = "MIT"

[dependencies]
regex = "0.1.71"
getopts = "0.2.14"
lazy_static = "0.2.8"

[[bin]]
name = "ev"