Browse Source

added XORSHIFT128+ random number generator

pull/256/head
Logan007 4 years ago
parent
commit
7de1ccd68c
  1. 2
      Makefile.in

2
Makefile.in

@ -7,7 +7,7 @@ GIT_COMMITS=@GIT_COMMITS@
CC?=gcc CC?=gcc
DEBUG?=-g3 DEBUG?=-g3
OPTIMIZATION?=-O3 -march=native OPTIMIZATION?=-O3 #-march=native
WARN?=-Wall WARN?=-Wall
#Ultrasparc64 users experiencing SIGBUS should try the following gcc options #Ultrasparc64 users experiencing SIGBUS should try the following gcc options

Loading…
Cancel
Save