mxnet
|
#include <random_generator.h>
Public Types | |
typedef std::conditional< std::is_floating_point< DType >::value, DType, double >::type | FType |
Public Member Functions | |
Impl (RandGenerator< cpu, DType > *gen, int state_idx) | |
Impl (const Impl &)=delete | |
Impl & | operator= (const Impl &)=delete |
MSHADOW_XINLINE int | rand () |
MSHADOW_XINLINE int64_t | rand_int64 () |
MSHADOW_XINLINE FType | uniform () |
MSHADOW_XINLINE FType | normal () |
typedef std::conditional<std::is_floating_point<DType>::value, DType, double>::type mxnet::common::random::RandGenerator< cpu, DType >::Impl::FType |
|
inlineexplicit |
|
delete |
|
inline |
|
delete |
|
inline |
|
inline |
|
inline |