Skip to content

Commit

Permalink
make mmcl compile on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Jul 12, 2019
1 parent 167ec74 commit 3621fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xorshift128p_rand.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

typedef unsigned long RandType;
typedef unsigned int uint;
typedef unsigned long ulong;

#define MCX_RNG_NAME "xorshift128+ RNG"
#define RAND_BUF_LEN 2 //register arrays
Expand Down

0 comments on commit 3621fc9

Please sign in to comment.