uncertain 0.3.1

Fast and correct computations with uncertain values.
Documentation
[package]
name = "uncertain"
version = "0.3.1"
authors = ["Tilman Roeder"]
edition = "2018"
repository = "https://github.com/dyedgreen/uncertain"
license = "MIT"
description = "Fast and correct computations with uncertain values."
keywords = ["random", "statistics", "probability"]
categories = ["algorithms", "mathematics", "science", "simulation"]
exclude = [".github"]

[dependencies]
rand = "0.8.0"
rand_pcg = "0.3.0"
num-traits = "0.2.0"

[dev-dependencies]
rand_distr = "0.4.0"