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