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

Method get

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

Source from the content-addressed store, hash-verified

60}
61
62af_random_engine randomEngine::get() const { return engine; }
63
64array randu(const dim4 &dims, const dtype ty, randomEngine &r) {
65 af_array out;

Callers 4

randomEngineMethod · 0.45
random.cppFile · 0.45
randuFunction · 0.45
randnFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected