RandomExtensionsNextChars Method

Overload List

NextChars(Random, Char, StringCreation) Fills the elements of a buffer of character array with random characters using the specified strategy.
NextChars(Random, Char, Char) Fills the elements of a buffer of character array with random characters using the specified allowedCharacters.
NextChars(Random, Char, String) Fills the elements of a buffer of character array with random characters using the specified allowedCharacters.
NextChars(Random, Int32, StringCreation) Returns an Array of random characters using the specified strategy that has the specified length.
NextChars(Random, Int32, Char) Returns an Array of random characters that has the specified length.
NextChars(Random, Int32, ReadOnlySpanChar) Returns an Array of random characters that has the specified length.
NextChars(Random, Int32, String) Returns an Array of random characters that has the specified length.
NextChars(Random, SpanChar, StringCreation) Fills the elements of a buffer with random characters using the specified strategy.
NextChars(Random, SpanChar, ReadOnlySpanChar) Fills the elements of a buffer with random characters using the specified allowedCharacters.

See Also