CUDPP  2.2
CUDA Data-Parallel Primitives Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Public Attributes | List of all members
CUDPPRandPlan Class Reference

Plan class for random number generator. More...

#include <cudpp_plan.h>

Inherits CUDPPPlan.

Public Member Functions

 CUDPPRandPlan (CUDPPManager *mgr, CUDPPConfiguration config, size_t num_elements)
 CUDPP Rand Plan Constructor. More...
 
- Public Member Functions inherited from CUDPPPlan
 CUDPPPlan (CUDPPManager *mgr, CUDPPConfiguration config, size_t numElements, size_t numRows, size_t rowPitch)
 Plan base class constructor. More...
 
CUDPPHandle getHandle ()
 

Public Attributes

unsigned int m_seed
 
- Public Attributes inherited from CUDPPPlan
CUDPPConfiguration m_config
 
size_t m_numElements
 
size_t m_numRows
 
size_t m_rowPitch
 
CUDPPManagerm_planManager
 

Detailed Description

Plan class for random number generator.

Constructor & Destructor Documentation

CUDPPRandPlan::CUDPPRandPlan ( CUDPPManager mgr,
CUDPPConfiguration  config,
size_t  num_elements 
)

CUDPP Rand Plan Constructor.

Parameters
[in]mgrpointer to the CUDPPManager
[in]configThe configuration struct specifying options
[in]num_elementsThe number of elements to generate random bits for

Member Data Documentation

unsigned int CUDPPRandPlan::m_seed

the seed for the random number generator


The documentation for this class was generated from the following files: