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 generatorNote
The context can be held onto by a user to keep track ofrng
‘s state between generationsDeclaration
Swift
public class Context