Last five patches applied, thanks. Stephen
----- Original Message ----- From: "Steve Downey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 28, 2002 5:58 AM Subject: [lang] RandomStringUtils javadoc patch Does : public static String random(int count, int start, int end, boolean letters, boolean numbers, char[] set) really need to be public? Odds of correct use seem to be pretty low. It's a nice as a shared implementation, but it doesn't look like something that someone would really use. Also, drawing and rejecting random characters can tail off forever. It's probablistic O(n), but the constant is proportional to the density of the allowed characters out of all characters. Something for the future. I didn't note this in the docs. Should I? ---------------------------------------------------------------------------- ---- > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
