let seed: &[_] = &[hash_sum(hash)]; let mut rng: StdRng = SeedableRng::from_seed(seed);. First we seed the random number generator (RNG).
確定! 回上一頁