Modules: Numeric, String
((0..9).to_a + ('a'..'z').to_a).map(&:to_s).join
BASE36 + ('A'..'Z').map(&:to_s).join