MCPcopy Create free account
hub / github.com/PerroEngine/Perro / hash3_u32

Function hash3_u32

perro_source/api_modules/perro_modules/src/random.rs:80–82  ·  view source on GitHub ↗
(x: u32, y: u32, z: u32)

Source from the content-addressed store, hash-verified

78
79#[inline]
80pub const fn hash3_u32(x: u32, y: u32, z: u32) -> u32 {
81 hash_combine3(hash_u32(x), hash_u32(y), hash_u32(z))
82}
83
84#[inline]
85pub const fn hash64_u64(mut value: u64) -> u64 {

Callers

nothing calls this directly

Calls 2

hash_combine3Function · 0.85
hash_u32Function · 0.70

Tested by

no test coverage detected