Let me give a use case: I want to generate a uniqu...
# announcements
r
Let me give a use case: I want to generate a unique random #, and I have a list of existing random #'s. I want to keep generating random #'s (the lambda function) until I get one that's not on the existing list (the predicate function)