Add lrand48_uniform, based on OpenBSD arc4random_uniform
This commit is contained in:
parent
80cf08f11f
commit
afbe512452
4 changed files with 95 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue