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

Function hash_combine3

perro_source/api_modules/perro_modules/src/random.rs:65–67  ·  view source on GitHub ↗
(a: u32, b: u32, c: u32)

Source from the content-addressed store, hash-verified

63
64#[inline]
65pub const fn hash_combine3(a: u32, b: u32, c: u32) -> u32 {
66 hash_combine(hash_combine(a, b), c)
67}
68
69#[inline]
70pub const fn hash_combine4(a: u32, b: u32, c: u32, d: u32) -> u32 {

Callers 2

hash_combine4Function · 0.85
hash3_u32Function · 0.85

Calls 1

hash_combineFunction · 0.85

Tested by

no test coverage detected