ran 1.0.6

Simple, fast random numbers generation
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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f70dbc203baac0f6f18bc7320ec8126cd623e72bf863084610290f22fea80d81"

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

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

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

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