swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Random Seed question


From: glen e. p. ropella
Subject: Re: Random Seed question
Date: Sat, 29 Jan 2000 08:56:32 -0800

At 10:00 AM 1/29/00 -0500, you wrote:

If I recall correctly (ted could tell us for sure),
Drone uses what might be viewed as a more compressed
way of "storing" a stream of RNG seeds:  it starts
with a number created from the clock and task number,
and uses that as a seed for one kind of RNG, which
then creates a sequence of numbers to use as seeds
for some other kind of RNG.   It is important, of course,
to use different kinds of RNGs for the seed generator
vs what is used in your simulation.

Thus its "more compressed" in that you just have to record
that first seed generated from the clock and process number
(and the seed generator algorithm, of course!).

Sven uses this technique in Swarm's Random library, as well.
It's called 'runup'.

glen

--
glen e. p. ropella =><= Feeding the hamster wheel.  Hail Eris!
Home: http://www.swarm.com/gepr                (505) 424-0448
Work: http://www.swarm.com                      (505) 995-0818

                 ==================================
  Swarm-Support is for discussion of the technical details of the day
  to day usage of Swarm.  For list administration needs (esp.
  [un]subscribing), please send a message to <address@hidden>
  with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]