Skip to main content

generate_halton_bitstream

Function generate_halton_bitstream 

Source
pub fn generate_halton_bitstream(
    p: f64,
    length: usize,
    base: u32,
    seed: u64,
) -> Vec<u8> 
Expand description

Generate a Halton bitstream: threshold comparison of quasi-random samples.