るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.126秒)
トップページ > クエリ:i[x] > クエリ:int[x] > バージョン:2.2.0[x] > クエリ:new_seed[x]

別のキーワード

  1. socket int
  2. prime int_from_prime_division
  3. _builtin to_int
  4. mkmf convertible_int
  5. ipaddr ip6_int

ライブラリ

クラス

検索結果

Random.new_seed -> Integer (54922.0)

適切な乱数の種を返します。

適切な乱数の種を返します。

//emlist[例][ruby]{
p Random.new_seed # => 184271600931914695177248627591520900872
//}