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

Method RandomEngine

src/api/c/random.cpp:68–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 // clang-format on
67
68 RandomEngine()
69 : seed(new uintl())
70 , counter(new uintl())
71 , pos(emptyArray())
72 , sh1(emptyArray())
73 , sh2(emptyArray())
74 , recursion_table(emptyArray())
75 , temper_table(emptyArray())
76 , state(emptyArray()) {}
77};
78
79af_random_engine getRandomEngineHandle(const RandomEngine &engine) {

Callers

nothing calls this directly

Calls 1

emptyArrayFunction · 0.85

Tested by

no test coverage detected