some more bugfixed in 2.3 propagated to trunk

This commit is contained in:
Vadim Pisarevsky
2011-07-07 11:43:21 +00:00
parent 58b5256e05
commit 5649f35757
8 changed files with 33 additions and 239 deletions

View File

@@ -1655,7 +1655,7 @@ Initializes a random number generator state.
The function initializes a random number generator and returns the state. The pointer to the state can be then passed to the :ocv:cfunc:`RandInt`, :ocv:cfunc:`RandReal` and :ocv:cfunc:`RandArr` functions. In the current implementation a multiply-with-carry generator is used.
.. sealso:: the C++ class :ocv:class:`RNG` replaced ``CvRNG``.
.. seealso:: the C++ class :ocv:class:`RNG` replaced ``CvRNG``.
RandArr