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