# File lib/standard/facets/random.rb, line 389
      def random_binary(n_bytes)
        ( Array.new(n_bytes){ rand(0x100) } ).pack('c*') 
      end