MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / philoxBump

Function philoxBump

src/backend/cpu/kernel/random_engine_philox.hpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void philoxBump(uint* const k) {
68 k[0] += w32_0;
69 k[1] += w32_1;
70}
71
72void philoxRound(const uint* const k, uint* const c) {
73 uint hi0, lo0, hi1, lo1;

Callers 1

philoxFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected