Skip to content

Instantly share code, notes, and snippets.

@MirkoBonadei
Created August 9, 2015 09:02
Show Gist options
  • Save MirkoBonadei/05f48f0a80cb3e7f199e to your computer and use it in GitHub Desktop.
Save MirkoBonadei/05f48f0a80cb3e7f199e to your computer and use it in GitHub Desktop.
Eris samples of the two new generators Generator\strictlyPos and Generator\strictlyNeg
Gen\strictlyPos with size 10
10
5
9
9
8
6
9
3
4
5
Gen\strictlyNeg with size 10
-4
-7
-2
-4
-7
-8
-5
-6
-4
-5
Gen\neg with size 10
-6
-1
-6
-5
-2
-1
-6
-5
-10
0
Gen\pos with size 10
0
1
10
9
3
6
5
4
2
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment