Add lrand48_uniform, based on OpenBSD arc4random_uniform

This commit is contained in:
Lucas 2020-05-13 23:39:44 +00:00
parent 80cf08f11f
commit afbe512452
4 changed files with 95 additions and 4 deletions

View file

@ -19,8 +19,8 @@ V = 0.0
LDLIBS = -lm
HDR = err.h note.h synth.h
OBJ = err.o main.o note.o synth.o
HDR = err.h lrand48_uniform.h note.h synth.h
OBJ = err.o lrand48_uniform.o main.o note.o synth.o
SRC = ${OBJ:.o=.c}
DIST_FILES = COPYING Makefile ${HDR} ${SRC}