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

Function setDefaultRandomEngineType

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

Source from the content-addressed store, hash-verified

118}
119
120void setDefaultRandomEngineType(randomEngineType rtype) {
121 AF_THROW(af_set_default_random_engine_type(rtype));
122}
123
124randomEngine getDefaultRandomEngine() {
125 af_random_engine internal_handle = 0;

Callers 2

mainFunction · 0.85
TESTFunction · 0.85

Calls 1

Tested by

no test coverage detected