gpu_rand 0.1.2

GPU-friendly random number generators for the Rust CUDA Project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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.2"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(not(target_os = \"cuda\"))".dependencies.cust]
version = "0.2"
[target."cfg(target_os = \"cuda\")".dependencies.cuda_std]
version = "0.2"