Improve doxygen documentation.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user