Package java.util
Class Random

Public Constructor Random

Random()

Random(int seed)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor Random()

Constructs a new random number generator. It's seed is initialized to a value based on the current time.

constructor Random(int seed)

Constructs a new random number generator using a single int seed.