Hi Donald,

Does this help? 

balls: [
 "B1" "B2" "B3" "B4" "B5"
    "B6" "B7" "B8" "B9" "B10"
 "B11" "B12" "B13" "B14" "B15"
    "B16" "B17" "B18" "B19" "B20"
 "B21" "B22" "B23" "B24" "B25"
    "B26" "B27" "B28" "B29" "B30"
]


pick-balls: func [count seed][
 random/seed seed
 copy/part random copy balls count
]

pick-balls 3 1
== ["B15" "B2" "B10"]

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to