Specifies a seed for the random number generator used for bootstrapping and for the permutation test. Using Amos twice with the same seed guarantees getting the same sequence of random numbers both times.
Syntax
object.Seed (theSeed)
The Seed method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
theSeed |
An integer between 1 and 29999 |
Placement: [1].
Default
A seed of 1 is used.
See Also