The AmosRanGen class generates multivariate normal random numbers with prescribed means and covariances. The class also generates uniform random numbers and performs some related matrix operations.
If you are not using Amos's built-in program editor, you need to provide a reference to AmosRandom.dll in order to use the AmosRanGen class. In Visual Studio 2003:
▪Click Project -> Add Reference.
▪In the Add Reference dialog, click Browse.
▪When the Select Component dialog opens, select AmosRandom.dll from the Amos program directory and click Open.
▪In the Add Reference dialog, click OK.