# File activesupport/lib/active_support/core_ext/securerandom.rb, line 45 def self.base36(n = 16) SecureRandom.alphanumeric(n, chars: BASE36_ALPHABET) # File activesupport/lib/active_support/core_ext/securerandom.rb, line 20 def self.base58(n = 16) SecureRandom.alphanumeric(n, chars: BASE58_ALPHABET)
# File activesupport/lib/active_support/core_ext/securerandom.rb, line 20 def self.base58(n = 16) SecureRandom.alphanumeric(n, chars: BASE58_ALPHABET)