random_seed_value

Function random_seed_value 

Source
pub fn random_seed_value() -> 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.