Home | History | Annotate | Download | only in include

Lines Matching refs:CvRandState

173 typedef struct CvRandState
179 CvRandState;
183 CV_INLINE void cvRandSetRange( CvRandState* state, double param1,
213 CV_INLINE void cvRandInit( CvRandState* state, double param1,
236 CV_INLINE void cvRand( CvRandState* state, CvArr* arr )
248 CV_INLINE void cvbRand( CvRandState* state, float* dst, int len )