pub fn random_elements_array<T, const N: usize>() -> [T; N]where
    Standard: Distribution<T>,