hi
does anyone know how to do this ?
 
a function that will "randomly" takes elements from a list
 
eg randomPick 3 ['a','b','c','d','e'] = ['d','a','a']
 
 
thanks

Reply via email to