Details
Description
It looks like RandomUtils.insecure() is package private but should be public, especially since it is recommended to be used here: https://issues.apache.org/jira/browse/LANG-1748?focusedCommentId=17869604&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17869604
The RandomStringUtils.insecure() is public and works fine.