NextString(Random, StringCreation) | Returns a random String using the specified strategy that has the length between 4 and 10 inclusive. |
NextString(Random, Int32, StringCreation) | Returns a random String of the specified length using the specified strategy that has the length between the specified range. |
NextString(Random, Int32, Int32, StringCreation) | Returns a random String using the specified strategy that has the length between the specified range. |
NextString(Random, Int32, Int32, Char) | Returns a random String that has the length between the specified range and consists of the specified allowedCharacters. |
NextString(Random, Int32, Int32, ReadOnlySpanChar) | Returns a random String that has the length between the specified range and consists of the specified allowedCharacters. |
NextString(Random, Int32, Int32, String) | Returns a random String that has the length between the specified range and consists of the specified allowedCharacters. |