Function solana_sdk::hash::new_rand

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

Random hash value for tests and benchmarks.