#include <dlrCommon/types.h>
Go to the source code of this file.
Functions | |
| void | dlarnv_ (dlr::Int32 *IDIST, dlr::Int32 *ISEED, dlr::Int32 *N, dlr::Float64 *X) |
| This is a declaration for the LAPACK routine dlarnv(), which computes a vector of random real numbers from a uniform distribution. | |
Copyright (C) 2001-2004 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file clapack.h.
| void dlarnv_ | ( | dlr::Int32 * | IDIST, | |
| dlr::Int32 * | ISEED, | |||
| dlr::Int32 * | N, | |||
| dlr::Float64 * | X | |||
| ) |
This is a declaration for the LAPACK routine dlarnv(), which computes a vector of random real numbers from a uniform distribution.
Referenced by dlr::random::PseudoRandom::normal(), and dlr::random::PseudoRandom::uniform().
1.5.8