instance method Random#seed

seed -> Integer[permalink][rdoc]

現在の乱数の種を返します。

動作例:

p Random.new(3).seed # => 3