I could swear that I once used several objects which I thought were part of Cyclone that did this and related things:
given several numeric arguments
chose a random selection of these
based on:
the number of chosen values being a random number based on the first argument (functioning as our usual [random] object functions)
example:
[mysteryObject argN valA val B ... valN]
returns: a quantity [random argN-1] of random selection from the list valA valB ... valN
I realise that this is basically a random list operation and I have a version of something similar in Vanilla but I could have sworn I used some really great objects that did this a few years ago (and I could have sworn they were from Cyclone) but perhaps I am totally mistaken?!
anyone know about this?