Class GKGaussianDistribution

    • Constructor Detail

      • 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 Detail

      • getMean

        public float getMean()
      • getDeviation

        public float getDeviation()
      • init

        protected long init​(GKRandom source,
                            float mean,
                            float deviation)