fastrand
2.3.0
Function
fastrand
::
mul_high_u32
Copy item path
source
ยท
[
−
]
pub(crate) fn mul_high_u32(a:
u32
, b:
u32
) ->
u32
Expand description
Computes
(a * b) >> 32
.