What is an efficient way to randomize the order of something, for example characters in a string or places in an array, without repeating anything before you ran trough all characters/arrayplaces?
Name:
Anonymous2008-05-24 14:06
>>9
Haskell has no arrays? How does it store lists of data?