random_bytes(n = nil) -> String
ランダムなバイト列を生成して返します。
require 'securerandom' p SecureRandom.random_bytes(3) #=> "\321\020\203"