ringkernel-montecarlo 0.3.2

GPU-accelerated Monte Carlo primitives for variance reduction
Documentation
[dependencies.bytemuck]
features = ["derive"]
version = "1.14"

[dependencies.cudarc]
features = ["cuda-version-from-build-system"]
optional = true
version = "0.18.2"

[dependencies.rand]
version = "0.8"

[dependencies.ringkernel-core]
version = "0.3.2"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.rand_xoshiro]
version = "0.6"

[dev-dependencies.tokio]
features = ["full", "test-util", "macros", "rt-multi-thread"]
version = "1.48"

[features]
cuda = ["cudarc"]
default = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "simulation", "mathematics"]
description = "GPU-accelerated Monte Carlo primitives for variance reduction"
edition = "2021"
keywords = ["gpu", "monte-carlo", "variance-reduction", "cuda", "simulation"]
license = "MIT OR Apache-2.0"
name = "ringkernel-montecarlo"
readme = false
repository = "https://github.com/ringkernel/ringkernel"
version = "0.3.2"