org.jquantlib.math.randomnumbers
Interface RandomSequenceGeneratorIntf
-
Deprecated.
@Deprecated public interface RandomSequenceGeneratorIntfThis interface defines the behaviour of all RandomSequenceGenerators, making it easy to pass them as generic parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method and Description intdimension()Deprecated.Sample<double[]>lastSequence()Deprecated.long[]nextInt32Sequence()Deprecated.Once JVM does not support unsigned fixed arithmetic, we use 64bit variables as containers for 32bit values in order to reduce the complexity and performance overhead of certain fixed arithmetic operations.Sample<double[]>nextSequence()Deprecated.
-
-
-
Method Detail
-
nextSequence
Sample<double[]> nextSequence()
Deprecated.
-
lastSequence
Sample<double[]> lastSequence()
Deprecated.
-
nextInt32Sequence
long[] nextInt32Sequence()
Deprecated.Once JVM does not support unsigned fixed arithmetic, we use 64bit variables as containers for 32bit values in order to reduce the complexity and performance overhead of certain fixed arithmetic operations.From the user's perspective, it's easier to understand that a certain
longvariable contains values from 0 to 2^32 than understand that a certainintvariable contains negative values that should be converted to it's two's complement and extended to alongvariable before use.- Returns:
- an array of unsigned 32bit wide numbers encapsulated in a 64bit containers
- See Also:
- Bug 4504839, Java and Unsigned Types, Two's complement
-
dimension
int dimension()
Deprecated.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG