[ns] A question about random seed
Raymond Law
rlaw@vt.edu
Tue Apr 16 13:00:01 2002
Use a seed of 0, which mean heuristic seed, and every time your result will
be different.
Ray,
At 12:31 PM 4/16/2002 -0700, Debojyoti Dutta wrote:
>you can use a RNG object, set a different seed each time and then use this
>RNG object in all your traffic generators.
>
>Not so recently, the command "use-rng" was added to traffic gens like
>Exponential, Pareto etc.
>
>Debo
>
>On Tue, 16 Apr 2002, pangbo wrote:
>
> > Hi,
> >
> > I'd like to repeat one simulation several times. But every time I got
> the same result. I guess if I set a different random seed for ns, the
> result will be different every time. So could somebody tell me how can I
> set it.
> >
> > Thanks!
> >
> > Pang Bo
> >