fastrand
2.3.0
Modules
global_rng
Macros
rng_integer
Structs
Rng
Functions
alphabetic
alphanumeric
bool
char
choice
choose_multiple
digit
f32
f64
fill
get_seed
i128
i16
i32
i64
i8
isize
lowercase
mul_high_u128
mul_high_u32
mul_high_u64
seed
shuffle
u128
u16
u32
u64
u8
uppercase
usize
fastrand
Function
mul_high_u128
Copy item path
Settings
Help
Summary
Source
pub(crate) fn mul_high_u128(a:
u128
, b:
u128
) ->
u128
Expand description
Computes
(a * b) >> 128
.