fastrand
2.3.0
fastrand
Function
mul_high_u32
Copy item path
Source
pub(crate) fn mul_high_u32(a:
u32
, b:
u32
) ->
u32
Expand description
Computes
(a * b) >> 32
.