Sobol sampler: get rid of unused alternative direction numbers.

This commit is contained in:
Nathan Vegdahl 2021-01-25 21:50:31 +09:00
parent c48839d5f3
commit 42eda24514
3 changed files with 1 additions and 2049 deletions

View File

@ -7,7 +7,7 @@ use std::{env, fs::File, io::Write, path::Path};
const NUM_DIMENSIONS: usize = 128; const NUM_DIMENSIONS: usize = 128;
/// What file to generate the numbers from. /// What file to generate the numbers from.
const DIRECTION_NUMBERS_TEXT: &str = include_str!("direction_numbers/new-joe-kuo-5.1024.txt"); const DIRECTION_NUMBERS_TEXT: &str = include_str!("direction_numbers/new-joe-kuo-6.1024.txt");
fn main() { fn main() {
let out_dir = env::var("OUT_DIR").unwrap(); let out_dir = env::var("OUT_DIR").unwrap();

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff