Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #11509
| From | "Mayayana" <mayayana@invalid.nospam> |
|---|---|
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: How to Randomize characters in a string |
| Date | 2017-01-03 19:38 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <o4hg39$68g$1@dont-email.me> (permalink) |
| References | <F73BB2A2-98D0-4BBC-B3E5-2C347A597962@microsoft.com> <E80766BD-B20E-4F81-9D51-8CDB55269928@microsoft.com> <dbbba9ca-785e-453a-a665-e6f0ef99d0e1@googlegroups.com> <o4gao7$rcp$1@dont-email.me> <XnsA6F26F28A55F2auricauricauricauric@213.239.209.88> |
"Auric__" <not.my.real@email.address> wrote | "Doug" is a Google Groupie. The thread is from 2008 Ah. I didn't notice the date. | Randomize only needs to be called once per run. Calling it every time you | enter a function is just a waste of cpu cycles. | He said once per file. Once per run is what I'm suggesting. In other words, if you randomize the same string 3 times without calling Randomize then the result will be 3 matching shuffles. So the best approach is to call it with every Shuffle call, which is hardly a waste of CPU cycles. It just retrieves the system time. .... But maybe we're saying the same thing. I'm not sure.
Back to microsoft.public.scripting.vbscript | Previous | Next — Previous in thread | Next in thread | Find similar
Re: How to Randomize characters in a string doug.reiserrelief@gmail.com - 2017-01-03 04:46 -0800
Re: How to Randomize characters in a string "Mayayana" <mayayana@invalid.nospam> - 2017-01-03 09:01 -0500
Re: How to Randomize characters in a string "Auric__" <not.my.real@email.address> - 2017-01-03 17:54 +0000
Re: How to Randomize characters in a string "Mayayana" <mayayana@invalid.nospam> - 2017-01-03 19:38 -0500
Re: How to Randomize characters in a string "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2017-01-03 17:48 +0100
Re: How to Randomize characters in a string Dr J R Stockton <reply1700@merlyn.demon.co.uk.invalid> - 2017-01-05 19:23 +0000
Re: How to Randomize characters in a string "Evertjan." <exxjxw.hannivoort@inter.nl.net> - 2017-01-06 00:51 +0100
csiph-web