Searched defs:rand_range (Results 1 – 5 of 5) sorted by relevance
27 static long rand_range(long min, long max) in rand_range() function
104 …rand_range = np.random.randint(low = 0, high = (n.shape[0] - 16000*60 - chunk.shape[0])) # 16000 i… variable
128 pub fn rand_range(&mut self, range: Range<u32>) -> u32 { in rand_range() method245 pub fn rand_range(&mut self, range: Range<u64>) -> u64 { in rand_range() method
943 const uint32_t rand_range = (*num_used - 1) * (*num_used); in HistogramCombineStochastic() local
215 pub fn rand_range(&self, rnd: &mut BigNumRef) -> Result<(), ErrorStack> { in rand_range() method