Discrete |
Name | Description | |
---|---|---|
![]() | Samples | Samples an array of uniformly distributed random variables. |
![]() | Samples(Int32) | Fills an array with samples generated from the distribution. |
![]() ![]() | Samples(Int32, Int32) | Samples a sequence of uniformly distributed random variables. |
![]() ![]() | Samples(Int32, Int32, Int32) | Fills an array with samples generated from the distribution. |
![]() ![]() | Samples(Random, Int32, Int32) | Samples a sequence of uniformly distributed random variables. |
![]() ![]() | Samples(Random, Int32, Int32, Int32) | Fills an array with samples generated from the distribution. |