Ruby 2.4.0 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
Randomクラス
seed
instance method Random#seed
seed -> Integer
[
permalink
][
rdoc
]
現在の乱数の種を返します。
動作例:
p Random.new(3).seed # => 3