News

A library for generating uniqe random alphabetical strings based on the current timestamp. It also provides a method for retrieving the timestamp from a generated string. This module can be used to ...
I'm able to generate random objects as long as they don't contain default java types (Integer, int, String, ...). My setup is as follows: I have domain objects of which I would like to create random ...