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