Add: program: words version 1
This commit is contained in:
9
src/libc/crypto.h
Normal file
9
src/libc/crypto.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef CRYPTO_H
|
||||
#define CRYPTO_H
|
||||
|
||||
#define RAND_MAX 1024
|
||||
|
||||
int lcg(int seed);
|
||||
int randint(int seed);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user