Set the default random engine type. More...
Functions | |
AFAPI void | setDefaultRandomEngineType (randomEngineType rtype) |
C++ Interface to set the default random engine type. More... | |
AFAPI af_err | af_set_default_random_engine_type (const af_random_engine_type rtype) |
C Interface to set the type of the default random engine. More... | |
Set the default random engine type.
This random engine type is used when calling random number functions without an af::randomEngine object as an argument.
AFAPI af_err af_set_default_random_engine_type | ( | const af_random_engine_type | rtype | ) |
C Interface to set the type of the default random engine.
[in] | rtype | type of the random number generator |
AFAPI void setDefaultRandomEngineType | ( | randomEngineType | rtype | ) |
C++ Interface to set the default random engine type.
[in] | rtype | type of the random number generator |