Lines Matching refs:RandomUint32
52 return random_generator_->RandomUint32( in RandomIndex()
81 random_generator_->RandomUint32(static_cast<uint32_t>(i - lo + 1)); in Shuffle()
380 branch_weights.first = random_generator_->RandomUint32(INT32_MAX); in GetRandomBranchWeights()
381 branch_weights.second = random_generator_->RandomUint32(INT32_MAX); in GetRandomBranchWeights()
389 std::vector<uint32_t> components(random_generator_->RandomUint32(2) + 2); in GetRandomComponentsForVectorShuffle()
392 component = random_generator_->RandomUint32(max_component_index); in GetRandomComponentsForVectorShuffle()
402 return random_generator_->RandomUint32(composite_size_bound); in GetRandomIndexForAccessChain()
405 return random_generator_->RandomUint32(number_of_components); in GetRandomIndexForCompositeInsert()
411 return random_generator_->RandomUint32(max_loop_control_partial_count_); in GetRandomLoopControlPartialCount()
414 return random_generator_->RandomUint32(max_loop_control_peel_count_); in GetRandomLoopControlPeelCount()
417 return random_generator_->RandomUint32(max_loop_limit_); in GetRandomLoopLimit()
436 return random_generator_->RandomUint32(max_new_array_size_limit_ - 1) + 1; in GetRandomSizeForNewArray()
442 return random_generator_->RandomUint32(max_unused_component_count) + 1; in GetRandomUnusedComponentCountForImageSample()