Class GKGaussianDistribution

All Implemented Interfaces:
NSObjectProtocol, GKRandom, ObjCProtocol

public class GKGaussianDistribution
extends GKRandomDistribution
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • GKGaussianDistribution

      public GKGaussianDistribution()
    • GKGaussianDistribution

      protected GKGaussianDistribution​(NSObject.Handle h, long handle)
    • GKGaussianDistribution

      protected GKGaussianDistribution​(NSObject.SkipInit skipInit)
    • GKGaussianDistribution

      public GKGaussianDistribution​(GKRandom source, long lowestInclusive, long highestInclusive)
    • GKGaussianDistribution

      public GKGaussianDistribution​(GKRandom source, float mean, float deviation)
  • Method Details