Uses of Class
org.apache.commons.rng.core.source64.XorShift1024Star
Packages that use XorShift1024Star
Package
Description
Concrete algorithms for
long
-based sources of randomness.-
Uses of XorShift1024Star in org.apache.commons.rng.core.source64
Subclasses of XorShift1024Star in org.apache.commons.rng.core.source64Modifier and TypeClassDescriptionclass
A fast RNG implementing theXorShift1024*
algorithm.Methods in org.apache.commons.rng.core.source64 that return XorShift1024StarModifier and TypeMethodDescriptionprotected XorShift1024Star
XorShift1024Star.copy()
Create a copy.Constructors in org.apache.commons.rng.core.source64 with parameters of type XorShift1024StarModifierConstructorDescriptionprotected
XorShift1024Star
(XorShift1024Star source) Creates a copy instance.