NVBIO
|
#include "util/format.h"
#include <vector_types.h>
#include <cstdarg>
#include <map>
#include <tr1/random>
Go to the source code of this file.
Classes | |
class | mgpu::TypeIdMap |
Namespaces | |
mgpu | |
Macros | |
#define | MGPU_RAND_NS std::tr1 |
Functions | |
std::string | mgpu::stringprintf (const char *format,...) |
std::string | mgpu::FormatInteger (int64 x) |
const char * | mgpu::TypeIdString (const std::type_info &ti) |
int | mgpu::Rand (int min, int max) |
int64 | mgpu::Rand (int64 min, int64 max) |
uint | mgpu::Rand (uint min, uint max) |
uint64 | mgpu::Rand (uint64 min, uint64 max) |
float | mgpu::Rand (float min, float max) |
double | mgpu::Rand (double min, double max) |
Variables | |
MGPU_RAND_NS::mt19937 | mgpu::mt19937 |
#define MGPU_RAND_NS std::tr1 |
Definition at line 40 of file mgpuutil.cpp.