GKRandomDistribution.GetD6 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Factory method to produce a GKRandomDistribution that uniformly returns [1,6] with each value equally likely..
[Foundation.Export("d6")]
public static GameplayKit.GKRandomDistribution GetD6 ();
static member GetD6 : unit -> GameplayKit.GKRandomDistribution
Returns
- Attributes