Probability
-
Declaration
Swift
public struct Chancesextension Chances: Equatableextension Chances: Hashableextension Chances: Describable -
A struct that represents the chance or probability of something happening.
Chances are stored as fractions, and the constructors that take decimal values use some algorithm off of StackOverflow to convert them to fractions.
See moreSince
0.16.0Declaration
Swift
public struct Chanceextension Chance: Equatableextension Chance: Hashableextension Chance: ExpressibleByFloatLiteralextension Chance: Describable
View on GitHub
Probability Reference