Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ rk_state_
Class
rk_state_
Random.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
/* State of the RNG */
23
typedef struct rk_state_
24
{
25
unsigned long key[RK_STATE_LEN];
26
int pos;
27
} rk_state;
28
29
rk_state localState;
30
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected