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