Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #11496

Re: How to Randomize characters in a string

From "Mayayana" <mayayana@invalid.nospam>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: How to Randomize characters in a string
Date 2017-01-03 09:01 -0500
Organization A noiseless patient Spider
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>

Show all headers | 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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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