메소드 | 설명 | |
---|---|---|
Fill ( OpenCvSharp.InputOutputArray mat, DistributionType distType, InputArray a, InputArray b, bool saturateRange = false ) : void |
|
|
Gaussian ( double sigma ) : double |
returns Gaussian random variate with mean zero.
|
|
Next ( ) : uint |
updates the state and returns the next 32-bit unsigned integer random number
|
|
RNG ( ) : System |
|
|
RNG ( ulong state ) : System |
|
|
Run ( ) : uint |
|
|
Run ( uint n ) : uint |
returns a random integer sampled uniformly from [0, N).
|
|
Uniform ( double a, double b ) : double |
returns uniformly distributed double-precision floating-point random number from [a,b) range
|
|
Uniform ( float a, float b ) : float |
returns uniformly distributed floating-point random number from [a,b) range
|
|
Uniform ( int a, int b ) : int |
returns uniformly distributed integer random number from [a,b) range
|
public Fill ( OpenCvSharp.InputOutputArray mat, DistributionType distType, InputArray a, InputArray b, bool saturateRange = false ) : void | ||
mat | OpenCvSharp.InputOutputArray | |
distType | DistributionType | |
a | InputArray | |
b | InputArray | |
saturateRange | bool | |
리턴 | void |