The Halton sampler appears to be better, but it was fun to add this anyway!
10 lines
150 B
TOML
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"
|