aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/RandomStringUtils.java
AgeCommit message (Expand)Author
2022-08-23First sentence of a Javadoc comment does not need p tagsGary Gregory
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-06-19Replace @code with @link for class referencesGary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-04-18DMI: Random object created and used only onceGary Gregory
2021-03-05No need to nest in else.Gary Gregory
2021-02-22Combine nested 'if' statement in 'else' block to 'else if'.Gary Gregory
2021-02-10Minor Improvement: (#700)Arturo Bernal
2020-12-20[LANG-1628] Javadoc correction for RandomStringUtils.random() letters, number...avijitchakraborty85@gmail.com
2020-11-20Remove redundant calls to super().Gary Gregory
2019-10-05- Fix trailing whitespace.Gary Gregory
2019-10-05Improve Javadoc based on the discussion of the GitHub PR #459.Gary Gregory
2019-04-08(docs) more specificityRob Tompkins
2019-04-08LANG-1442: Javadoc.Gilles Sadowski
2019-04-08(docs) update user use -> user exploreTompkins
2019-04-06LANG-1442: Commons-RNG citationRob Tompkins
2019-04-04(docs) add "</p>" to end of crypto statementTompkins
2019-04-04(fix) unused importsTompkins
2019-04-04(docs) remove SecureRandomTompkins
2019-04-03(docs) updates to documentation about SecureRandomRob Tompkins
2017-10-20Use final.Gary Gregory
2017-07-28LANG-1346: Remove deprecation from RandomStringUtilspascalschumacher
2017-07-28LANG-1346: Remove deprecation from RandomStringUtilspascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-05-25LANG-1316: Deprecate classes/methods moved to commons-textpascalschumacher
2017-04-17PMD: Nested if statements can be combinedBenedikt Ritter
2017-02-16Use StringBuilders instead of StringBuffersSebb
2016-12-14Improve description of alphabetic and alphanumeric.duncan
2016-12-14Fix for LANG-1286: RandomStringUtils random method can overflow...duncan
2016-11-18LANG-1287: RandomStringUtils#random can enter infinite loop if end parameter ...Ivan Morozov
2016-08-21LANG-1224: Extend RandomStringUtils with methods that generate strings betwee...pascalschumacher
2016-08-21LANG-1224: Extend RandomStringUtils with methods that generate strings betwee...Caleb Cushing
2016-05-29LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match cor...pascalschumacher
2016-05-29LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match cor...Caleb Cushing
2016-04-13Reuseggregory
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-10-16Fixing the documentation so that a random string of numbers and letters is no...Henri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-06-10LANG-807 RandomStringUtils throws confusing IAE when end <= startSebastian Bazley
2012-06-09LANG-805 RandomStringUtils.random(count, 0, 0, false, false, universe, random...Sebastian Bazley
2011-11-09Remove superfluous parens like:Gary D. Gregory
2011-07-19Javadoc, comments, and message strings: Change "unicode" to "Unicode".Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-04-03varargsMatthew Jason Benson
2011-03-04JavadocStephen Colebourne
2011-03-04Fix brace positionsStephen Colebourne
2010-03-04Closing the paragraph tag on the ThreadSafe notation. LANG-370Henri Yandell
2010-03-03Adding ThreadSafe notes to some obviously threadsafe classes (LANG-370)Henri Yandell
2010-01-03Move main source to src/main/javaPaul C. Benedict Jr