|
88578b9eae
|
Moved Float4 and Matrix and Vector math into their own sub-crates.
|
2017-05-12 21:01:54 -07:00 |
|
|
5ab1a51f4c
|
Avoid bounds checking in the Sobol code.
|
2017-05-12 00:34:03 -07:00 |
|
|
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 |
|
|
b698a52f6c
|
Split some more things out into sub-crates.
Also translated the Halton generator to rust and made it a crate
where the code is generated by a build.rs file.
|
2017-05-11 22:57:59 -07:00 |
|