![]() | Rand |
public abstract class RandCustomBase : Random, IRandom
The RandCustomBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | Next |
Returns a non-negative random integer.
(Overrides RandomNext) |
![]() | Next(Int32, Int32) |
Returns a random integer that is within a specified range.
(Overrides RandomNext(Int32, Int32)) |
![]() | NextBytes |
Fills the elements of a specified array of bytes with random numbers.
(Overrides RandomNextBytes(Byte)) |
![]() | NextInt64 | Returns a non-negative random integer. |