probability 0.16.0

The package provides a probability-theory toolbox.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "probability"
version = "0.16.0"
authors = ["Denis Kolodin <deniskolodin@gmail.com>", "Ivan Ukhov <ivan.ukhov@gmail.com>", "Jon Lund Steffensen <jonlst@gmail.com>", "Marek Baczyński <imbaczek@gmail.com>", "Rúnar Berg Baugsson Sigríðarson <runarberg@zoho.com>", "Yuki Nagae <y-nagae@aptpod.co.jp>"]
description = "The package provides a probability-theory toolbox."
homepage = "https://github.com/stainless-steel/probability"
documentation = "https://docs.rs/probability"
readme = "README.md"
keywords = ["distribution", "probability", "sampling", "statistics", "random"]
categories = ["algorithms", "science"]
license = "Apache-2.0/MIT"
repository = "https://github.com/stainless-steel/probability"
[dependencies.random]
version = "0.12"

[dependencies.special]
version = "0.8"
[dev-dependencies.assert]
version = "0.7"