home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!darwin.sura.net!mips!decwrl!purdue!mentor.cc.purdue.edu!seaman.cc.purdue.edu
- From: ags@seaman.cc.purdue.edu (Dave Seaman)
- Newsgroups: comp.lang.fortran
- Subject: Re: imsl subroutine ggubs
- Message-ID: <56859@mentor.cc.purdue.edu>
- Date: 14 Aug 92 19:25:15 GMT
- References: <1992Aug14.140728.22892@porthos.cc.bellcore.com>
- Sender: news@mentor.cc.purdue.edu
- Lines: 17
-
- In article <1992Aug14.140728.22892@porthos.cc.bellcore.com>
- chh2@rigel.uucp (22352-halevi) writes:
- > So, anyone out there know what ggubs is, or if its just a short piece of
- > code could you send it to me (in either fortran or C incarnations).
-
- GGUBS is an obsolete IMSL routine (superseded in the current IMSL library)
- for generating uniform random numbers. Its calling sequence was
-
- CALL GGUBS (DSEED,NR,R)
-
- where DSEED in a double precision input/output variable assigned an
- integer value, NR is the number of deviates to be generated (input), and R
- is the vector of length NR containing the uniform (0,1) deviates (output).
-
- --
- Dave Seaman
- ags@seaman.cc.purdue.edu
-