Classes

The following classes are available globally.

  • The context will be passed through all generators

    It’s main purpose is to hold onto the Random Number Generator rng, so that as generations occur the RNG’s state changes are propogated to each generator

    Note

    The context can be held onto by a user to keep track of rng‘s state between generations
    See more

    Declaration

    Swift

    public class Context