macro_rules! generate_seeds {
    ($length: expr) => { ... };
}
Expand description

乱数の種の配列を生成する(std環境のみ)

  • $length: usize - 配列の長さ