Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEANice challenge:
It matches output but isn't close to dynamic unfortunately. Maybe one day I'll come back and give it another crack
I answered the question, "How many permutations can I get from M objects with n states?"
Used an iterative macro and rand() to make every possible permutation
Iterative Macro is key