AsciiLettersGenerator

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

abcdefghijklmnopqrstuvwxyz
ABCDEFGHIJKLMNOPQRSTUVWXYZ

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

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.