This is a Java library that provides some random-based algorithms based on the Colt RandomEngine.
The library can be downloaded as a binary or source package from https://github.com/trickl/trickl-random/downloads.
The source can be also retrieved straight from the Git repository: git clone [email protected]:trickl/trickl-random.git
.
A shuffler algorithm with the same semantics of Collections.shuffle.
The program is available under GNU General Public License (see file license-gpl.txt
in the distribution package for the text of the license).