gpu_rand 0.1.3

GPU-friendly random number generators for the Rust CUDA Project
Documentation
[dependencies.cust_core]
version = "0.1.0"

[dependencies.rand_core]
version = "0.6"

[package]
authors = ["The Rand Project Developers", "The Rust CUDA Project Developers"]
description = "GPU-friendly random number generators for the Rust CUDA Project"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "gpu_rand"
readme = "../../README.md"
repository = "https://github.com/Rust-GPU/Rust-CUDA"
version = "0.1.3"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

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