pub fn create_primitive_array<T>(
size: usize,
null_density: f32,
) -> PrimitiveArray<T>where
T: ArrowPrimitiveType,
StandardUniform: Distribution<T::Native>,Expand description
Creates an random (but fixed-seeded) array of a given size and null density