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