MCPcopy 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

116impl HashToU32 for u32 {
117 #[inline]
118 fn hash_to_u32(self) -> u32 {
119 hash_u32(self)
120 }
121}
122
123impl HashToU32 for i32 {

Callers 1

hashFunction · 0.80

Calls 7

hash_i32Function · 0.85
hash_i64Function · 0.85
hash_u128Function · 0.85
hash_boolFunction · 0.85
hash_u32Function · 0.70
hash_u64Function · 0.70
hash_f32Function · 0.70

Tested by

no test coverage detected