psychopath/sub_crates/sobol
Nathan Vegdahl e014df2b1a Fix rare panic in Sobol sampler.
Due to the undefined behavior of shifting a number by its
bit-width, the Sobol sampler would panic when sample index
`1 << 15` was requested.

This fixes it without introducing any additional checks or
operations.
2020-03-19 09:59:19 +09:00
..
direction_numbers More improvements to Sobol sampling. 2020-03-18 12:05:42 +09:00
src Fix rare panic in Sobol sampler. 2020-03-19 09:59:19 +09:00
build.rs Only use 16 bit integers for generating Sobol samples. 2020-03-19 08:58:42 +09:00
Cargo.toml Reworked Sobol sampler implementation. 2020-03-15 22:01:06 +09:00