psychopath/sub_crates/sobol
Nathan Vegdahl 78acaa7b63 Make Sobol SIMD code work on all x86-64 platforms.
Before this it needed SSE 4.1, which is not strictly present on
all x86-64 platforms.  This will still compile the faster path if
SSE 4.1 is available, but has an alternate path as well for all
x86-64 platforms.
2020-05-01 15:32:18 +09:00
..
direction_numbers More code tidying of the Sobol sampler. 2020-05-01 10:42:02 +09:00
src Make Sobol SIMD code work on all x86-64 platforms. 2020-05-01 15:32:18 +09:00
build.rs Code tidying on the Sobol sampler. 2020-04-30 22:46:47 +09:00
Cargo.toml Reworked Sobol sampler implementation. 2020-03-15 22:01:06 +09:00