Feat: lab 4
This commit is contained in:
8
kernel/include/random.h
Normal file
8
kernel/include/random.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
extern const int _random_a;
|
||||
extern const int _random_c;
|
||||
extern const int _random_m;
|
||||
extern int seed;
|
||||
|
||||
int random(void);
|
||||
Reference in New Issue
Block a user