Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ philoxBump
Function
philoxBump
src/backend/oneapi/kernel/random_engine_philox.hpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
static inline void philoxBump(uint k[2]) {
69
k[0] += w32_0;
70
k[1] += w32_1;
71
}
72
73
static inline void philoxRound(const uint m0, const uint m1, const uint k[2],
74
uint c[4]) {
Callers
1
philox
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected