public final class Randomness extends Object
An instance of this class will be typically available from RandomizedContext
.
No need to instantiate manually.
RandomizedContext
Constructor and Description |
---|
Randomness(long seed,
SeedDecorator... decorators) |
Randomness(Thread owner,
long seed,
SeedDecorator... decorators) |
Modifier and Type | Method and Description |
---|---|
Random |
getRandom()
Random instance for this randomness.
|
String |
toString() |
public Randomness(Thread owner, long seed, SeedDecorator... decorators)
public Randomness(long seed, SeedDecorator... decorators)
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.