mxnet
Classes | Namespaces
random_generator.h File Reference

Parallel random number generator. More...

#include <random>
#include <new>
#include "./base.h"
#include <curand_kernel.h>
#include <math.h>
Include dependency graph for random_generator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mxnet::common::random::RandGenerator< Device, MSHADOW_DEFAULT_DTYPE >
 
class  mxnet::common::random::RandGenerator< cpu, DType >
 
class  mxnet::common::random::RandGenerator< cpu, DType >::Impl
 
class  mxnet::common::random::RandGenerator< gpu, DType >
 
class  mxnet::common::random::RandGenerator< gpu, DType >::Impl
 
class  mxnet::common::random::RandGenerator< gpu, double >
 
class  mxnet::common::random::RandGenerator< gpu, double >::Impl
 

Namespaces

 mxnet
 namespace of mxnet
 
 mxnet::common
 
 mxnet::common::random
 

Detailed Description

Parallel random number generator.

Copyright (c) 2017 by Contributors