arrow::util::bench_util

Function create_primitive_array_with_seed

Source
pub fn create_primitive_array_with_seed<T>(
    size: usize,
    null_density: f32,
    seed: u64,
) -> PrimitiveArray<T>
Expand description

Creates a PrimitiveArray of a given size and null_density filling it with random numbers generated using the provided seed.