8 Aug
2001
8 Aug
'01
2:10 p.m.
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