Function lotus_script_sys::rand::u64

source ·
pub unsafe extern "C" fn u64(min: u64, max: u64) -> u64
Expand description

Generate a random u64 in the range min to max inclusive.