hex(n = nil) -> String
ランダムな hex 文字列を生成して返します。
require 'securerandom' p SecureRandom.hex(3) #=> "f72233" (文字列のサイズは 3 でない)