public interface RandomSequence
Modifier and Type | Method and Description |
---|---|
int |
getDimension()
Returns the dimension of the sequence.
|
double[] |
nextPoint()
Returns the next multidimensional point in the sequence.
|
Copyright © 2020 Rogue Wave Software. All rights reserved.