this.random = random; this.parameters = parameters;
this.random = null; this.parameters = parameters;
return parameters;
if (random == null) { random = new SecureRandom(); } return random;