fastrand
2.3.0
fastrand
Function
mul_high_u64
Copy item path
Source
pub(crate) fn mul_high_u64(a:
u64
, b:
u64
) ->
u64
Expand description
Computes
(a * b) >> 64
.