From 3d81d35fa2225d434b14c5e6230a2b5b9bedfe6e Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 26 Aug 2017 18:16:11 +0200 Subject: Use the proper RNG called PCG instead of rand() Fixes #7. --- out/redo.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'out') diff --git a/out/redo.do b/out/redo.do index ee098a0..fd4536a 100644 --- a/out/redo.do +++ b/out/redo.do @@ -1,5 +1,5 @@ . ./config.sh -DEPS="redo.o build.o util.o filepath.o sha1.o DSV.o" +DEPS="redo.o build.o util.o filepath.o sha1.o DSV.o pcg.o" redo-ifchange $DEPS config.sh $CC -o $3 $DEPS $LDFLAGS -- cgit v1.2.3-70-g09d2