applet__random_seed_value

Function applet__random_seed_value 

Source
pub unsafe extern "C" fn applet__random_seed_value(
    __ark_ffi_output: *mut Align16U128,
) -> ErrorCode
Expand description

A single 128-bit random value, unique to this run.

Initialize your random number generators that need to be unpredictable from this. Not meant for cryptographic operations.