randomly order a list

Geoff Canyon gcanyon at gmail.com
Fri Jun 7 11:18:13 EDT 2013


On Wed, Jun 5, 2013 at 5:14 PM, Alex Tweedly <alex at tweedly.net> wrote:

> Your code has a minor bug :-)
>
> You "get MD5Digest(S[1]) "
> instead of using   S[i]
>


Arrrrrrrrgh!!! ;-)

Interestingly, md5 appears to scale roughly linearly on the length of the
strings. 100x as long string means about 15x as long to md5, while 1000x as
long string means about 120x as long to md5. sha1 is longer but scales
similarly.



More information about the use-livecode mailing list