Function brotli::enc::block_splitter::RandomSample

source ยท
fn RandomSample<HistogramType: SliceWrapper<u32> + SliceWrapperMut<u32> + CostAccessors, IntegerType: Sized + Clone>(
    seed: &mut u32,
    data: &[IntegerType],
    length: usize,
    stride: usize,
    sample: &mut HistogramType,
)
where u64: From<IntegerType>,