Java.Util.Random: Constructor Members

The constructors of Java.Util.Random are listed below. For a list of all members, see the Random Members list.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a random generator with an initial state that is unlikely to be duplicated by a subsequent instantiation.
Construct a random generator with the given seed as the initial state.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.