Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ hash_to_u32
Method
hash_to_u32
perro_source/api_modules/perro_modules/src/random.rs:118–120 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
116
impl HashToU32 for u32 {
117
#[inline]
118
fn hash_to_u32(self) -> u32 {
119
hash_u32(self)
120
}
121
}
122
123
impl HashToU32 for i32 {
Callers
1
hash
Function · 0.80
Calls
7
hash_i32
Function · 0.85
hash_i64
Function · 0.85
hash_u128
Function · 0.85
hash_bool
Function · 0.85
hash_u32
Function · 0.70
hash_u64
Function · 0.70
hash_f32
Function · 0.70
Tested by
no test coverage detected