home *** CD-ROM | disk | FTP | other *** search
- Path: red-branch.MIT.EDU!not-for-mail
- From: rid@red-branch.MIT.EDU (Shawna or Lars Hansen)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Help with SAS functions...
- Date: 14 Apr 1996 15:44:27 GMT
- Organization: Massachvsetts Institvte of Technology
- Message-ID: <4kr6gr$5qk@senator-bedfellow.MIT.EDU>
- References: <9604132054.AA0023x@dookie.demon.co.uk>
- NNTP-Posting-Host: red-branch.mit.edu
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- Jonathan Belson (jon@dookie.demon.co.uk) wrote on Sat, 13 Apr 96 20:54:29 GMT:
- : Hi all
- :
- : I'm trying to convert some SAS source to compile under GNU. The problem is,
- : there are two 'SAS-isms' that I can't decypher:
- :
- : What is PID2?
- :
- : What does drand48() do?
- :
- : Any help gratefully received.
- :
- : C-YA
- : Jon
-
- drand48() is a function which returns a random number, and it's not a SAS
- function. I've compiled a bunch of programs with gcc using this functions
- with no problems.
-
- --
- * Lars M. Hansen
-