#include <TensorRandom.h>
Public Member Functions | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | NormalRandomGenerator (const NormalRandomGenerator &other) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE | NormalRandomGenerator (uint64_t seed=0) |
template<typename Index > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T | operator() (Index i) const |
template<typename Packet , typename Index > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Packet | packetOp (Index i) const |
Static Public Attributes | |
static const bool | PacketAccess = true |
Private Attributes | |
uint64_t | m_state |
Definition at line 238 of file TensorRandom.h.
|
inline |
Definition at line 243 of file TensorRandom.h.
|
inline |
Definition at line 259 of file TensorRandom.h.
|
inline |
Definition at line 268 of file TensorRandom.h.
|
inline |
Definition at line 281 of file TensorRandom.h.
|
mutableprivate |
Definition at line 299 of file TensorRandom.h.
|
static |
Definition at line 240 of file TensorRandom.h.