Sobol sampler: get rid of unused alternative direction numbers.
This commit is contained in:
parent
c48839d5f3
commit
42eda24514
|
@ -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
Loading…
Reference in New Issue
Block a user