るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.051秒)

別のキーワード

  1. openssl p
  2. openssl p=
  3. fileutils mkdir_p
  4. dsa p
  5. dsa p=

ライブラリ

モジュール

検索結果

SecureRandom.uuid -> String (18154.0)

バージョン 4 の UUID (Universally Unique IDentifier) を生成して返します。

...ジョン 4 の UUID (Universally Unique IDentifier) を生成して返します。

version 4 の UUID は全くランダムです (バージョンを除いて)。
この UUID は MAC アドレスや時刻などのような意味のある情報を含みません。

@raise NotImplementedError 安...
...全な乱数発生器が使えない場合に発生します。

require 'securerandom'
p
SecureRandom.uuid #=> "2d931510-d99f-494a-8c67-87feb05e1594"
p
SecureRandom.uuid #=> "62936e70-1815-439b-bf89-8492855a7e6b"

@see 4122...