The PRNGFactory Class
IRandom getInstance(java.lang.String name)
Function
Returns an instance of the named PRNG algorithm, or null if no
such named algorithm exists.
java.util.Set names()
Function
Returns a java.util.Set of the names (java.lang.String)
of all available PRNG algorithms.