nextAlphabetic

Returns a random string of exactly length Latin letters (a-zA-Z).

Each character is chosen independently and uniformly at random from RandomAlphabets.ALPHABETIC. A length of zero yields the empty string.

Parameters

length

the number of characters to generate, must be non-negative.

Throws