クレートを使用する
from
Cargo
クレート
を使用する
randクレート
を外部依存として使用する。
code:rust
extern crate rand;
use
文を使って
名前空間
をスコープ内に適用
code:rust
use rand::Rng;