Searched defs:random_array (Results 1 – 3 of 3) sorted by relevance
151 pub fn random_array<const N: usize>() -> Result<[u8; N]> { in random_array() function
33 def random_array(self, shape, dtype): member in SortTest
76 static uint64_t random_array[TEST_PAGES_PER_LOOP]; variable