Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #11496
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | "Mayayana" <mayayana@invalid.nospam> |
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: How to Randomize characters in a string |
| Date | Tue, 3 Jan 2017 09:01:16 -0500 |
| Organization | A noiseless patient Spider |
| Lines | 17 |
| Message-ID | <o4gao7$rcp$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> |
| Injection-Date | Tue, 3 Jan 2017 13:59:36 -0000 (UTC) |
| Injection-Info | mx02.eternal-september.org; posting-host="8af30533b1674d57a5b823443d733bea"; logging-data="28057"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/F14o8pAWPvHKqx7l0goPhlQKnNwWaESs=" |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.00.2900.5512 |
| X-Newsreader | Microsoft Outlook Express 6.00.2900.5512 |
| Cancel-Lock | sha1:ZpWEM3hOni8hc05vdulVuwL96rA= |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| Xref | csiph.com microsoft.public.scripting.vbscript:11496 |
Show key headers only | View raw
<doug.reiserrelief@gmail.com> wrote I don't see the original post. I'm guessing it's coming out of Google Groups. You might consider using a real newsreader and a real usenet server, so that you can use the real usenet newsgroups. In any case, Randomize should be called with every call to Shuffle. Randomize without a parameter calls Timer to get a seed number for shuffling. You can also use a unique numeric parameter if you like. Without calling Randomize you'll get the same seed each time. So calling Randomize only once for each file is exactly what you don't want to do because you'll get the same shuffle each time.
Back to microsoft.public.scripting.vbscript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
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