medians 1.0.6

Median, Statistical Measures, Mathematics, Statistics
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "devtimer"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907339959a92f6b98846570500c0a567c9aecbb3871cef00561eb5d20d47b7c1"

[[package]]
name = "indxvec"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949c9441df3d9a94da27608ab8430a9fb5c633e9fb430976f1d3cf8faa78bb47"

[[package]]
name = "medians"
version = "1.0.6"
dependencies = [
 "devtimer",
 "indxvec",
 "ran",
 "times",
]

[[package]]
name = "medians"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bac752b414ed0e462fcb0704ec13631bfd3969d61bcdaf9eb7b7ea16f1d84655"
dependencies = [
 "indxvec",
]

[[package]]
name = "ran"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451daeedf865019ef8480b8d923de6de7b3ae3df6869ef556a1e95fbf1d89517"

[[package]]
name = "times"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70e45ac5fd20354e2e5b37da58c49393b25b139a981f254a6092ba3ecdf62693"
dependencies = [
 "devtimer",
 "indxvec",
 "medians 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "ran",
]