Routine ID: V102 | |
---|---|
Author(s): J. Hadberg | Library: MATHLIB |
Submitter: | Submitted: 01.03.1968 |
Language: Fortran | Revised: 01.07.1979 |
OBSOLETE
Please note that this routine has been obsoleted in CNL 215. Users are
advised not to use it any longer and to replace it in older programs.
No maintenance for it will take place and it will eventually disappear.
Suggested replacement: CORSET (V122)
NORMCO generates two Gaussian distributed pseudo random numbers a and b with means , standard deviations
and correlation coefficient predefined by the user.
Structure:
SUBROUTINE subprogram
User Entry Names: NORMCO
External References: RNDM (V104)
Usage:
CALL NORMCO(A,B,UA,UB,SIGMAA,SIGMAB,RHO)
between A and B.
Method:
The routine generates two normal deviates
| ||
|
with each execution. x,y are random numbers, uniformly distributed in the interval (0,1) and obtained from RNDM (V104).
Notes:
For , , use RANNOR (V100).
References: