Skip to content

Instantly share code, notes, and snippets.

@dubzzz
Last active July 2, 2020 17:01
Show Gist options
  • Select an option

  • Save dubzzz/f8262b101293cbffb461e09f312ea2c5 to your computer and use it in GitHub Desktop.

Select an option

Save dubzzz/f8262b101293cbffb461e09f312ea2c5 to your computer and use it in GitHub Desktop.
type Generator<T> = {
generate(mrng: Random): T;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment