Class Random

java.lang.Object
com.google.gwt.user.client.Random

public final class Random extends Object
This class can be used as a substitute for Random. The semantics differ in that the underlying browser's implementation is used. The random generator cannot be seeded or otherwise used to reproduce a particular sequence of results.