CUDPP 1.1
|
Plan class for random number generator. More...
#include <cudpp_plan.h>
Inherits CUDPPPlan.
Public Member Functions | |
CUDPPRandPlan (CUDPPConfiguration config, size_t num_elements) | |
CUDPP Rand Plan Constructor. | |
Public Attributes | |
unsigned int | m_seed |
Plan class for random number generator.
CUDPPRandPlan::CUDPPRandPlan | ( | CUDPPConfiguration | config, |
size_t | num_elements | ||
) |
CUDPP Rand Plan Constructor.
[in] | config | The configuration struct specifying options |
[in] | num_elements | The number of elements to generate random bits for |
unsigned int CUDPPRandPlan::m_seed |
the seed for the random number generator