perchance 0.3.0

Very simple random number generation optimized for ease of use
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"

[[package]]
name = "glam"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3412e74893a912839a67e975aca0c88561e20e5461d2d358a5fa6d3b229fae59"
dependencies = [
 "num-traits",
]

[[package]]
name = "libm"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"

[[package]]
name = "macaw"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7781d94ea559f76030086786c74fdf28d768535269653382f39824562fd02e73"
dependencies = [
 "glam",
 "num-traits",
]

[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
 "autocfg",
 "libm",
]

[[package]]
name = "once_cell"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"

[[package]]
name = "ordered-float"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b50b8919aecb97e5ee9aceef27e24f39c46b11831130f4a6b7b091ec5de0de12"
dependencies = [
 "num-traits",
]

[[package]]
name = "perchance"
version = "0.3.0"
dependencies = [
 "macaw",
 "once_cell",
 "ordered-float",
]