[dependencies.half]
version = "2.6.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.rand_distr]
version = "0.4.3"
[lib]
name = "rand_half"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "mathematics"]
description = "Random number generation support for half-precision floating point types"
edition = "2021"
keywords = ["random", "half", "bf16", "f16", "floating-point"]
license = "MIT"
name = "rand-half"
readme = "README.md"
repository = "https://github.com/angelmarauder/rand-half"
version = "0.1.0"