method

bytes

bytes(n)
public

No documentation available.

# File lib/securerandom.rb, line 49
    def bytes(n)
      return gen_random(n)
    end