Class GKShuffledDistribution

All Implemented Interfaces:
NSObjectProtocol, GKRandom, ObjCProtocol

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

    • GKShuffledDistribution

      public GKShuffledDistribution()
    • GKShuffledDistribution

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

      protected GKShuffledDistribution​(NSObject.SkipInit skipInit)
    • GKShuffledDistribution

      public GKShuffledDistribution​(GKRandom source, long lowestInclusive, long highestInclusive)
  • Method Details