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

Method getType

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

Source from the content-addressed store, hash-verified

40}
41
42randomEngineType randomEngine::getType() {
43 af_random_engine_type type;
44 AF_THROW(af_random_engine_get_type(&type, engine));
45 return type;
46}
47
48void randomEngine::setType(const randomEngineType type) {
49 AF_THROW(af_random_engine_set_type(&engine, type));

Callers 15

af_hist_equalFunction · 0.45
af_transform_coordinatesFunction · 0.45
af_rankFunction · 0.45
af_reorderFunction · 0.45
af_resizeFunction · 0.45
af_histogramFunction · 0.45
af_stdev_all_v2Function · 0.45
af_stdev_v2Function · 0.45
convertFunction · 0.45
af_replaceFunction · 0.45
replaceScalarFunction · 0.45
af_example_functionFunction · 0.45

Calls 1

Tested by

no test coverage detected