Improve doxygen documentation.

This commit is contained in:
Nils O. Selåsdal
2014-08-26 21:38:09 +02:00
parent 6c7cb5c0ab
commit 22f6c1e043
17 changed files with 143 additions and 108 deletions
+1 -1
View File
@@ -5,8 +5,8 @@
extern "C" {
#endif
/** Context used for the PRNG*/
#define MT_RAND_N 624
/** Context used for the PRNG*/
typedef struct {
unsigned int x[MT_RAND_N];
int i;