Ruby 2.1.0 リファレンスマニュアル > ライブラリ一覧 > securerandomライブラリ > SecureRandomモジュール > hex
hex(n = nil) -> String
ランダムな hex 文字列を生成して返します。
require 'securerandom' p SecureRandom.hex(3) #=> "f72233" (文字列のサイズは 3 でない)