ferray-random 0.2.2

Random number generation and distributions for ferray
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "ferray-random"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Random number generation and distributions for ferray"
homepage = "https://github.com/dollspace-gay/ferray"
readme = "README.md"
keywords = [
    "numpy",
    "ndarray",
    "scientific-computing",
    "simd",
    "linear-algebra",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dollspace-gay/ferray"
resolver = "2"

[lib]
name = "ferray_random"
path = "src/lib.rs"

[[test]]
name = "property_tests"
path = "tests/property_tests.rs"

[dependencies.ferray-core]
version = "0.2.2"

[dependencies.rand_core]
version = "0.6"

[dependencies.rayon]
version = "1.11"

[dev-dependencies.proptest]
version = "1.6"