d6()
Creates a random distribution equivalent to a six-sided die.
Declaration
class func d6() -> SelfReturn Value
A uniform random distribution that produces values in the range [1, 6].
Discussion
The newly created distribution uses its own GKRandomSource instance, so the random behavior of the distribution is independent from that of other randomizers.