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.
◆ af_set_default_random_engine_type()
C Interface to set the type of the default random engine.
- Parameters
-
[in] | rtype | type of the random number generator |
- Returns
- AF_SUCCESS, if function returns successfully, else an af_err code is given
◆ setDefaultRandomEngineType()
C++ Interface to set the default random engine type.
- Parameters
-
[in] | rtype | type of the random number generator |