public interface RandomNumberGenerator extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
getDimension()
Get the sample vector dimension.
|
double[] |
getNext()
Get the next sample vector of dimension n, where n is
getDimension . |
Copyright © 2020 finmath.net. All rights reserved.