NEURON
MLCG.cpp File Reference
#include <../../nrnconf.h>
#include <MLCG.h>

Go to the source code of this file.

Macros

#define SEED_TABLE_SIZE   32
 

Variables

static int32_t seedTable [SEED_TABLE_SIZE]
 

Macro Definition Documentation

◆ SEED_TABLE_SIZE

#define SEED_TABLE_SIZE   32

Definition at line 27 of file MLCG.cpp.

Variable Documentation

◆ seedTable

int32_t seedTable[SEED_TABLE_SIZE]
static
Initial value:
= {
-1110685723, 1420731485,
-334628775, -628857989,
-926495921, 894913281,
673581949, 218627519,
-1616187728, 1631441257,
1558370328, -2051414266,
-1423676965, -637357860,
1170607470, -1794800,
1915027107, -110604343,
-58793868, 845998378,
913118133, 397059889,
-343693707, 2004994866,
1321716013, 2132309281,
754140852, -1391251185,
-1197670613, 303451617,
-1469770099, 850750687
}

Definition at line 29 of file MLCG.cpp.