Go to the source code of this file.
Functions/Subroutines | |
subroutine | dgenexp (av, result) |
subroutine | dgengam (a, r, result) |
subroutine | dgennor (av, sd, result) |
subroutine | dgenunf (low, high, result) |
subroutine | dignpoi (mu, result) |
subroutine | fgenexp (av, result) |
subroutine | fgengam (a, r, result) |
subroutine | fgennor (av, sd, result) |
subroutine | fgenunf (low, high, result) |
subroutine | fignpoi (mu, result) |
subroutine dgenexp | ( | double precision | av, |
double precision | result | ||
) |
Definition at line 15 of file wrap.f.
References genexp(), and real().
Referenced by octave::rand::exponential(), and octave::rand::fill().
subroutine dgengam | ( | double precision | a, |
double precision | r, | ||
double precision | result | ||
) |
Definition at line 22 of file wrap.f.
References gengam(), and real().
Referenced by octave::rand::fill(), and octave::rand::gamma().
subroutine dgennor | ( | double precision | av, |
double precision | sd, | ||
double precision | result | ||
) |
Definition at line 1 of file wrap.f.
References gennor(), and real().
Referenced by octave::rand::fill(), and octave::rand::normal().
subroutine dgenunf | ( | double precision | low, |
double precision | high, | ||
double precision | result | ||
) |
Definition at line 8 of file wrap.f.
References genunf(), and real().
Referenced by octave::rand::fill(), and octave::rand::uniform().
subroutine dignpoi | ( | double precision | mu, |
double precision | result | ||
) |
Definition at line 29 of file wrap.f.
References ignpoi(), and real().
Referenced by octave::rand::fill(), and octave::rand::poisson().
Definition at line 50 of file wrap.f.
References genexp().
Referenced by octave::rand::exponential(), and octave::rand::fill().
Definition at line 57 of file wrap.f.
References gengam().
Referenced by octave::rand::fill(), and octave::rand::gamma().
Definition at line 36 of file wrap.f.
References gennor().
Referenced by octave::rand::fill(), and octave::rand::normal().
Definition at line 43 of file wrap.f.
References genunf().
Referenced by octave::rand::fill(), and octave::rand::uniform().
Definition at line 64 of file wrap.f.
References ignpoi().
Referenced by octave::rand::fill(), and octave::rand::poisson().