The CvRandState type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Rand |
Fills array with random numbers
|
![]() | RandInit(Double, Double, Int32) |
Initialize CvRandState structure
|
![]() | RandInit(Double, Double, Int32, DistributionType) |
Initialize CvRandState structure
|
![]() | RandSetRange(Double, Double) |
Changes RNG range while preserving RNG _state
|
![]() | RandSetRange(Double, Double, Int32) |
Changes RNG range while preserving RNG _state
|
![]() | ToString | (Inherited from Object.) |
See Also