Public Member Functions

eop_aux_randu< eT > Struct Template Reference
[Eop_aux]

#include <eop_aux.hpp>

List of all members.

Public Member Functions

arma_inline operator eT ()

Detailed Description

template<typename eT>
struct eop_aux_randu< eT >

Definition at line 23 of file eop_aux.hpp.


Member Function Documentation

template<typename eT >
arma_inline eop_aux_randu< eT >::operator eT (  )  [inline]

Definition at line 26 of file eop_aux.hpp.

References rand().

    {
    return eT(std::rand()) / eT(RAND_MAX);
    }