From: Will Fitzgerald Subject: Re: random order in a list? Date: Message-ID: <01bc493d$64310c60$8ee531cf@wafitzge.net-link.net>
Hello,
I need to order elements in a list randomly-- How do I do it?
It should be a function with input: a list (0 2 1 3)
output: a list in any order of the same
elements of the input list. For example (0 2 1 3).
Thanks,
Buckh
bxang.cs.uno.edu