Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ next_range_u32
Method
next_range_u32
perro_source/api_modules/perro_modules/src/random.rs:382–384 ·
view source on GitHub ↗
(&mut self, min: u32, max: u32)
Source
from the content-addressed store, hash-verified
380
381
#[inline]
382
pub fn next_range_u32(&mut self, min: u32, max: u32) -> u32 {
383
self.next_range(min, max)
384
}
385
386
#[inline]
387
pub fn next_range_i32(&mut self, min: i32, max: i32) -> i32 {
Callers
1
random_api_typecheck_and_forward
Function · 0.80
Calls
1
next_range
Method · 0.80
Tested by
1
random_api_typecheck_and_forward
Function · 0.64