Scythe-1.0.3
|
template<typename ENGINE >
template<matrix_order O, matrix_style S>
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 general template version of this method and is called through explicit template instantiation.
Reimplemented from scythe::rng< wrapped_generator< ENGINE > >. |