behavior__random_seed_value

Function behavior__random_seed_value 

Source
pub unsafe extern "C" fn behavior__random_seed_value(
    __ark_ffi_output: *mut Align16U128,
)
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.