Random
More...
◆ GetNextInteger() [1/3]
| static int Energy.Base.Random.GetNextInteger |
( |
int |
minimum, |
|
|
int |
maximum |
|
) |
| |
|
static |
◆ GetNextInteger() [2/3]
| static int Energy.Base.Random.GetNextInteger |
( |
| ) |
|
|
static |
◆ GetNextInteger() [3/3]
| static int Energy.Base.Random.GetNextInteger |
( |
int |
count | ) |
|
|
static |
◆ GetRandomByteArray() [1/2]
| static byte [] Energy.Base.Random.GetRandomByteArray |
( |
int |
size | ) |
|
|
static |
Get byte array filled with random values
- Parameters
-
- Returns
◆ GetRandomByteArray() [2/2]
| static byte [] Energy.Base.Random.GetRandomByteArray |
( |
int |
size, |
|
|
byte |
minimum, |
|
|
byte |
maximum |
|
) |
| |
|
static |
Get byte array filled with random values within specified range
- Parameters
-
- Returns
◆ GetRandomGuid()
| static string Energy.Base.Random.GetRandomGuid |
( |
| ) |
|
|
static |
Get random GUID identifier
- Returns
◆ GetRandomHex() [1/2]
| static string Energy.Base.Random.GetRandomHex |
( |
int |
length | ) |
|
|
static |
Generate random hexadecimal number.
- Parameters
-
| length | Number of hexadecimal characters |
- Returns
◆ GetRandomHex() [2/2]
| static string Energy.Base.Random.GetRandomHex |
( |
| ) |
|
|
static |
Generate random hexadecimal number.
- Returns
◆ GetRandomText() [1/4]
| static string Energy.Base.Random.GetRandomText |
( |
string |
available, |
|
|
int |
minimum, |
|
|
int |
maximum |
|
) |
| |
|
static |
Generate random text.
- Parameters
-
| available | Available characters for generating random text |
| minimum | Minimum number of characters |
| maximum | Maximum number of characters |
- Returns
◆ GetRandomText() [2/4]
| static string Energy.Base.Random.GetRandomText |
( |
| ) |
|
|
static |
Generate random text.
- Returns
◆ GetRandomText() [3/4]
| static string Energy.Base.Random.GetRandomText |
( |
int |
minimum, |
|
|
int |
maximum |
|
) |
| |
|
static |
Generate random text.
- Parameters
-
| minimum | Minimum number of characters |
| maximum | Maximum number of characters |
- Returns
◆ GetRandomText() [4/4]
| static string Energy.Base.Random.GetRandomText |
( |
int |
length | ) |
|
|
static |
Generate random text.
- Parameters
-
- Returns
The documentation for this class was generated from the following file: