testing rands
This commit is contained in:
@ -50,6 +50,7 @@ __host__ int dbuff_randint(int *dbuffer, int size, int low, int high, randstate_
|
||||
|
||||
//Tests
|
||||
__host__ void amscurand_tests1(); //test basic random functions
|
||||
__host__ void amscurand_tests2(); //test basic random functions
|
||||
|
||||
|
||||
};
|
||||
|
||||
@ -5,7 +5,7 @@ namespace amscuda
|
||||
{
|
||||
namespace util
|
||||
{
|
||||
|
||||
double time_msec();
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user