Scythe-1.0.3
|
template<typename ENGINE >
Generate a Matrix of random uniform variates. This routine returns a Matrix of double precision random uniform variates on the interval (0, 1). This method overloads the virtual method of the same name in the rng base class. This is the default template version of this method and is called through implicit template instantiation.
Reimplemented from scythe::rng< wrapped_generator< ENGINE > >. |