Probability

  • A struct that represents the chances of different Rolls happening.

    Since

    0.16.0

    Author

    Samasaur
    See more

    Declaration

    Swift

    public struct Chances
    extension Chances: Equatable
    extension Chances: Hashable
    extension 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.

    Since

    0.16.0

    Author

    Samasaur
    See more

    Declaration

    Swift

    public struct Chance
    extension Chance: Equatable
    extension Chance: Hashable
    extension Chance: ExpressibleByFloatLiteral
    extension Chance: Describable