Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ bus_init_rand
Function
bus_init_rand
core/bus.c:10–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
static uint8_t a, b, c, x = 0;
9
10
void bus_init_rand(uint8_t s1, uint8_t s2, uint8_t s3) {
11
a = s1;
12
b = s2;
13
c = s3;
14
bus_rand();
15
}
16
17
uint8_t bus_rand(void) {
18
#ifndef FASTEST_RAND
Callers
1
asic_init
Function · 0.85
Calls
1
bus_rand
Function · 0.85
Tested by
no test coverage detected