Next: , Previous: The IRandom Interface, Up: Random Numbers


10.2 The PRNGFactory Class

— Function: IRandom getInstance (java.lang.String name)

Returns an instance of the named PRNG algorithm, or null if no such named algorithm exists.

— Function: java.util.Set names ()

Returns a java.util.Set of the names (java.lang.String) of all available PRNG algorithms.