Skip to content

Instantly share code, notes, and snippets.

@kindlychung
Created April 1, 2015 20:49
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 kindlychung/3c8e0f45017102df64cc to your computer and use it in GitHub Desktop.
Save kindlychung/3c8e0f45017102df64cc to your computer and use it in GitHub Desktop.
(defn sample-2diff-nodes []
(let ([x y] [(rand-node) (rand-node)])
(if (= x y)
(sample-2diff-nodes)
[x y])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment