Function solana_sdk::hash::new_rand

source ·
pub fn new_rand<R>(rng: &mut R) -> Hashwhere
    R: Rng + ?Sized,
Expand description

Random hash value for tests and benchmarks.