- changed noise API
- noise initialized with help of clock() git-svn-id: http://moon:8086/svn/software/trunk/projects/RBM@33 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
+2
-2
@@ -30,8 +30,8 @@ extern "C" {
|
||||
// --------------------------------------------------------------
|
||||
void Noise_Init(noise_gen_t *pObj, long seed);
|
||||
void Noise_Free(noise_gen_t *pObj);
|
||||
double Noise_Uniform(noise_gen_t *pObj, double mu);
|
||||
double Noise_Gaussian(noise_gen_t *pObj, double mu, double sigma);
|
||||
double Noise_Uniform(noise_gen_t *pObj);
|
||||
double Noise_Gaussian(noise_gen_t *pObj);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user