psychopath/sub_crates/sobol/Cargo.toml
Nathan Vegdahl 04e8a6ca73 Added a Rust port of Leonhard Grünschloß's Sobol sampler.
The Halton sampler appears to be better, but it was fun to add
this anyway!
2017-05-11 23:56:12 -07:00

10 lines
150 B
TOML

[package]
name = "sobol"
version = "0.1.0"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
license = "MIT"
[lib]
name = "sobol"
path = "src/lib.rs"