Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

closure_uid_* ? #101

Open
stevenvachon opened this issue Nov 2, 2019 · 1 comment
Open

closure_uid_* ? #101

stevenvachon opened this issue Nov 2, 2019 · 1 comment

Comments

@stevenvachon
Copy link

gen.uniqueArray(gen.array( gen.intWithin(0,1), {size:2} ))

produces this crap:

[
  [ 1, 1, closure_uid_405515926: 18 ],
  [ 1, 1, closure_uid_405515926: 5 ],
  [ 0, 1, closure_uid_405515926: 20 ],
  [ 1, 0, closure_uid_405515926: 9 ],
  [ 1, 1, closure_uid_405515926: 16 ],
  [ 1, 0, closure_uid_405515926: 4 ],
  [ 1, 0, closure_uid_405515926: 25 ],
  [ 0, 0, closure_uid_405515926: 8 ],
  [ 0, 1, closure_uid_405515926: 2 ],
  [ 1, 0, closure_uid_405515926: 13 ],
  [ 0, 1, closure_uid_405515926: 3 ],
  [ 0, 0, closure_uid_405515926: 12 ],
  [ 1, 0, closure_uid_405515926: 15 ],
  [ 1, 1, closure_uid_405515926: 10 ],
  [ 1, 0, closure_uid_405515926: 21 ],
  [ 0, 1, closure_uid_405515926: 24 ],
  [ 1, 1, closure_uid_405515926: 26 ],
  [ 1, 0, closure_uid_405515926: 23 ],
  [ 0, 0, closure_uid_405515926: 11 ],
  [ 1, 1, closure_uid_405515926: 22 ],
  [ 0, 1, closure_uid_405515926: 19 ],
  [ 0, 0, closure_uid_405515926: 1 ],
  [ 0, 0, closure_uid_405515926: 17 ],
  [ 0, 1, closure_uid_405515926: 14 ],
  [ 1, 1, closure_uid_405515926: 6 ],
  [ 1, 1, closure_uid_405515926: 7 ]
]
@camsjams
Copy link

What is the desired output you are trying to generate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants