Set the default random engine type.
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.
◆ af_set_default_random_engine_type()
C Interface for setting the type of the default random engine.
- Parameters
-
[in] | rtype | The type of the random number generator |
- Returns
- AF_SUCCESS if the execution completes properly
◆ setDefaultRandomEngineType()
- Parameters
-
[in] | rtype | The type of the random number generator |