Uses of Interface
org.robovm.apple.gameplaykit.GKRandom
| Package | Description |
|---|---|
| org.robovm.apple.gameplaykit |
-
Uses of GKRandom in org.robovm.apple.gameplaykit
Classes in org.robovm.apple.gameplaykit that implement GKRandom Modifier and Type Class Description classGKARC4RandomSourceclassGKGaussianDistributionclassGKLinearCongruentialRandomSourceclassGKMersenneTwisterRandomSourceclassGKRandomDistributionclassGKRandomSourceclassGKShuffledDistributionMethods in org.robovm.apple.gameplaykit that return GKRandom Modifier and Type Method Description GKRandomGKMinmaxStrategist. getRandomSource()GKRandomGKMonteCarloStrategist. getRandomSource()GKRandomGKStrategist. getRandomSource()GKRandomGKStrategistAdapter. getRandomSource()Methods in org.robovm.apple.gameplaykit with parameters of type GKRandom Modifier and Type Method Description protected longGKGaussianDistribution. init(GKRandom source, float mean, float deviation)protected longGKGaussianDistribution. init(GKRandom source, long lowestInclusive, long highestInclusive)protected longGKRandomDistribution. init(GKRandom source, long lowestInclusive, long highestInclusive)voidGKMinmaxStrategist. setRandomSource(GKRandom v)voidGKMonteCarloStrategist. setRandomSource(GKRandom v)voidGKStrategist. setRandomSource(GKRandom v)voidGKStrategistAdapter. setRandomSource(GKRandom v)Constructors in org.robovm.apple.gameplaykit with parameters of type GKRandom Constructor Description GKGaussianDistribution(GKRandom source, float mean, float deviation)GKGaussianDistribution(GKRandom source, long lowestInclusive, long highestInclusive)GKRandomDistribution(GKRandom source, long lowestInclusive, long highestInclusive)GKShuffledDistribution(GKRandom source, long lowestInclusive, long highestInclusive)