psychopath/sub_crates/sobol/Cargo.toml
Nathan Vegdahl 047e66d9aa Reworked Sobol sampler implementation.
This produces identical results, but generates the direction
vectors from the original sources at build time.  This makes
the source code quite a bit leaner, and will also make it easier
to play with other direction vectors in the future if the
opportunity arises.
2020-03-15 22:01:06 +09:00

12 lines
186 B
TOML

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