ruby/securerandom

Why is `RandomFormatter#choose` private?

felixwatts opened this issue · 1 comments

And given that its private, why is it documented in the public API docs in secure_random.rb?

nobu commented

Because matz did not prefer it as a public API name.
Please use Random::Formatter#alphanumeric instead.