extern crate rand; use rand::Rng; fn main() { let mut rng = rand::thread_rng(); if rng.gen() { // random bool println!(
確定! 回上一頁