Add function setRNGSeed and seed setup in python tests

This commit is contained in:
Vladislav Sovrasov
2016-03-25 16:17:58 +03:00
parent 05384f05cc
commit a490b64e9b
3 changed files with 15 additions and 0 deletions

View File

@@ -2170,6 +2170,14 @@ is much faster to use this function to retrieve the generator and then use RNG::
*/
CV_EXPORTS RNG& theRNG();
/** @brief Sets state of default random number generator.
The function sets state of default random number generator to custom value.
@param new state for default random number generator
@sa RNG, randu, randn
*/
CV_EXPORTS_W void setRNGSeed(int seed);
/** @brief Generates a single uniformly-distributed random number or an array of random numbers.
Non-template variant of the function fills the matrix dst with uniformly-distributed