The CvRNG 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.) |
![]() | RandArr |
Fills array with random numbers and updates the RNG state
|
![]() | RandInt |
Returns 32-bit unsigned integer and updates RNG
|
![]() | RandInt(UInt32) |
Returns 32-bit unsigned integer and updates RNG
|
![]() | RandInt(UInt32, UInt32) |
Returns 32-bit unsigned integer and updates RNG
|
![]() | RandReal |
Returns floating-point random number and updates RNG
|
![]() | ToString | (Inherited from Object.) |
See Also