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

Function setSeed

src/api/cpp/random.cpp:132–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void setSeed(const unsigned long long seed) { AF_THROW(af_set_seed(seed)); }
133
134unsigned long long getSeed() {
135 unsigned long long seed = 0;

Callers 6

mainFunction · 0.85
testSetSeedFunction · 0.85
testGetSeedFunction · 0.85
SetUpMethod · 0.85
initSamplesFunction · 0.85

Calls 1

af_set_seedFunction · 0.50

Tested by

no test coverage detected