Enumerations

The following enumerations are available globally.

  • An Error representing the scenarios in which generators can fail

    See more

    Declaration

    Swift

    public enum GenError : Error
  • The Determinism affects the relative randomness of value generation

    See more

    Declaration

    Swift

    public enum Determinism
  • Global mutable defaults which will be used when initializing a Context

    See also

    Context
    See more

    Declaration

    Swift

    public enum ContextDefaults