I'm using Rust 1.46 and rand 0.7.3. use rand::{RngCore, SeedableRng}; use rand::rngs::StdRng; let mut rng = StdRng::seed_from_u64(0); ...
確定! 回上一頁