CUDPP 1.1.1
Public Member Functions | Public Attributes
CUDPPRandPlan Class Reference

Plan class for random number generator. More...

#include <cudpp_plan.h>

Inherits CUDPPPlan.

List of all members.

Public Member Functions

 CUDPPRandPlan (CUDPPConfiguration config, size_t num_elements)
 CUDPP Rand Plan Constructor.

Public Attributes

unsigned int m_seed

Detailed Description

Plan class for random number generator.


Constructor & Destructor Documentation

CUDPPRandPlan::CUDPPRandPlan ( CUDPPConfiguration  config,
size_t  num_elements 
)

CUDPP Rand Plan Constructor.

Parameters:
[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:
 All Classes Files Functions Variables Enumerations Enumerator Defines