gpu_rand 0.1.0

GPU-friendly random number generators for the Rust CUDA Project
[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"
version = "0.1.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(not(target_os = \"cuda\"))".dependencies.cust]
version = "0.1"
[target."cfg(target_os = \"cuda\")".dependencies.cuda_std]
version = "0.1"