Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active April 16, 2017 20:10
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 deque-blog/7f8be90103550695e3023755544bb407 to your computer and use it in GitHub Desktop.
Save deque-blog/7f8be90103550695e3023755544bb407 to your computer and use it in GitHub Desktop.
auto coord_1d_gen = double_gen(-10, 10);
auto coord_3d_gen = tuple_gen(coord_1d_gen, coord_1d_gen, coord_1d_gen);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment