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

Re: [ns] Random Generation




Hi,
	
> set rng [new RNG]
> $rng seed 'whatever no.'
> 
> But it still sends the same sequence of pseudo-random numbers. Can anybody
> explain to me how is this change possible.

try changing the seed of the default random number generator seed. it 
generally works.

$defaultRNG seed 0


hope this helps,

							Biplab