Merge branch 'LANG-1174' LANG-1174: Add sugar to RandomUtils. This closes 111 from github. Thanks to github user Punkratz312.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/c9cae602 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/c9cae602 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/c9cae602 Branch: refs/heads/master Commit: c9cae602ec96ac1fb0b738801d919705db60f03e Parents: 881c5fa 19f9893 Author: Benedikt Ritter <[email protected]> Authored: Sat Oct 17 11:12:19 2015 +0200 Committer: Benedikt Ritter <[email protected]> Committed: Sat Oct 17 11:12:19 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + .../org/apache/commons/lang3/RandomUtils.java | 53 ++++++++++++++++++-- .../apache/commons/lang3/RandomUtilsTest.java | 43 +++++++++++++++- 3 files changed, 90 insertions(+), 7 deletions(-) ----------------------------------------------------------------------
