gpu_rand 0.1.3

GPU-friendly random number generators for the Rust CUDA Project
Documentation
[package]

name = "gpu_rand"

version = "0.1.3"

authors = ["The Rand Project Developers", "The Rust CUDA Project Developers"]

license = "MIT OR Apache-2.0"

edition = "2021"

description = "GPU-friendly random number generators for the Rust CUDA Project"

repository = "https://github.com/Rust-GPU/Rust-CUDA"

readme = "../../README.md"



[dependencies]

rand_core = { version = "0.6" }

cust_core = { version = "0.1.0", path = "../cust_core" }



[target.'cfg(target_os = "cuda")'.dependencies]

cuda_std = { version = "0.2", path = "../cuda_std" }



[package.metadata.docs.rs]

rustdoc-args = ["--cfg", "docsrs"]