Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] random string

From: john_kenyon::mlc::com::au at: 10-Apr-2002 12:22

Hi, Is there a better way of creating a random string of 8 characters than the folowing? salt-string: copy "" loop 8 [ append salt-string to-char add random 78 48 ] Thanks, John