ASCIIGenerator

Deprecated

Use AsciiLettersGenerator instead.

A generator emitting simple ASCII characters from the set (newlines not counted):

abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun ofCodePointsLength(r: Random, minCodePoints: Int, maxCodePoints: Int): String
Link copied to clipboard
open override fun ofCodeUnitsLength(r: Random, minCodeUnits: Int, maxCodeUnits: Int): String
Link copied to clipboard
fun ofStringLength(r: Random, minCodeUnits: Int, maxCodeUnits: Int): String

An alias for ofCodeUnitsLength.