Interface IRandom
- Namespace
- Lime
- Assembly
- Lime.dll
public interface IRandom
- Extension Methods
Methods
Next()
int Next()
Returns
Next(int)
int Next(int maxValue)
Parameters
maxValue
int
Returns
Next(int, int)
int Next(int minValue, int maxValue)
Parameters
Returns
NextBytes(byte[])
void NextBytes(byte[] buffer)
Parameters
buffer
byte[]
NextBytes(Span<byte>)
void NextBytes(Span<byte> buffer)
Parameters
NextDouble()
double NextDouble()
Returns
NextLong()
long NextLong()
Returns
NextLong(long)
long NextLong(long maxValue)
Parameters
maxValue
long
Returns
NextLong(long, long)
long NextLong(long minValue, long maxValue)
Parameters
Returns
NextSingle()
float NextSingle()