Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YatSenOS/YatSenOS-Tutorial-Volume-1
/ my_random
Function
my_random
lab2/assignment/test.cpp:41–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
41
extern
"C"
char my_random() {
42
43
char c = rand() % (RAND_WIDTH) +
'a'
;
44
45
random_buffer[a2 - 12] = c;
46
47
return c;
48
49
}
50
51
52
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected