GKRandomDistribution.GetD20 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 returns [1,20] with each value equally likely.
[Foundation.Export("d20")]
public static GameplayKit.GKRandomDistribution GetD20 ();
static member GetD20 : unit -> GameplayKit.GKRandomDistribution
Returns
- Attributes