caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Noel Welsh <noelwelsh@yahoo.com>
To: john.chu@east.sun.com, Caml-list@inria.fr
Subject: Re: [Caml-list] Holding a set of random integers of very wide range?
Date: Mon, 2 Sep 2002 06:25:39 -0700 (PDT)	[thread overview]
Message-ID: <20020902132539.34551.qmail@web11204.mail.yahoo.com> (raw)
In-Reply-To: <15731.25402.232987.3449@gargle.gargle.HOWL>

--- john.chu@east.sun.com wrote:
> For reasons I tried to explain in a previous draft
> of this e-mail and
> has been cut due to the amount of space it took, I
> need to generate
> multiple permuted lists of integers ranging from 0
> to approximately
> 2^100 (or more, it's a bit open-ended
> unfortunately).

How about using a linear-congruential random number
generators.  These simple algorithms will generate
numbers that don't repeat for a long period of time
(typically they use 32bit integers but I'm sure you'll
be able to find algorithms that generate numbers in a
larger range).  You can generate permutations of by
setting the seeds to different values.

HTH,
Noel


__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2002-09-02 13:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3D70203F.1000106@ozemail.com.au>
2002-09-02  9:40 ` [Caml-list] Explaining bit sets Diego Olivier Fernandez Pons
2002-09-02 13:10   ` [Caml-list] Holding a set of random integers of very wide range? john.chu
2002-09-02 13:25     ` Noel Welsh [this message]
2002-09-02 17:18     ` Tim Freeman
2002-09-02 21:30     ` Berke Durak
2002-09-02 23:46   ` [Caml-list] Explaining bit sets Yamagata Yoriyuki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020902132539.34551.qmail@web11204.mail.yahoo.com \
    --to=noelwelsh@yahoo.com \
    --cc=Caml-list@inria.fr \
    --cc=john.chu@east.sun.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).