| Package | Description |
|---|---|
| org.uma.jmetal.util.pseudorandom | |
| org.uma.jmetal.util.pseudorandom.impl |
| Modifier and Type | Method and Description |
|---|---|
PseudoRandomGenerator |
JMetalRandom.getRandomGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
JMetalRandom.setRandomGenerator(PseudoRandomGenerator randomGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuditableRandomGenerator
An
AuditableRandomGenerator is a PseudoRandomGenerator which can be audited
to know when a random generation method is called. |
class |
ExtendedPseudoRandomGenerator
Extended pseudo random number generator based on the decorator pattern.
|
class |
JavaRandomGenerator |
class |
MersenneTwisterGenerator |
class |
Well44497bGenerator |
| Constructor and Description |
|---|
AuditableRandomGenerator(PseudoRandomGenerator generator) |
ExtendedPseudoRandomGenerator(PseudoRandomGenerator randomGenerator) |
Copyright © 2018. All rights reserved.