medians 3.0.9

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

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

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

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

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

[[package]]
name = "times"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f7598f010f82713a4c9839e6fd3dbd2788fe83424e795cdf8c48676bb1390b1"
dependencies = [
 "indxvec",
 "medians 3.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
 "ran",
]