Skip to content

Instantly share code, notes, and snippets.

@truizlop
Created July 24, 2018 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save truizlop/8b2fc58f791dffada9a2e0c5a9359030 to your computer and use it in GitHub Desktop.
Save truizlop/8b2fc58f791dffada9a2e0c5a9359030 to your computer and use it in GitHub Desktop.
let positiveIntsGen = Int.arbitrary.suchThat{ n in n > 0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment