psychopath/sub_crates/sobol
Nathan Vegdahl 7daa133e15 Only use 16 bit integers for generating Sobol samples.
This limits the number of samples per dimension to 2^16, but that
should be more than enough for any rendering situation.  And this
reduces the direction numbers table size by a factor of 4.

This commit also takes advantage of the reduced bit space to
provide even better Owen scrambling, by utilizing the unused
16 bits for better mixing.
2020-03-19 08:58:42 +09:00
..
direction_numbers More improvements to Sobol sampling. 2020-03-18 12:05:42 +09:00
src Only use 16 bit integers for generating Sobol samples. 2020-03-19 08:58:42 +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