RandomAcceptedStrings

Lets you retrieve random strings accepted by an Automaton.

Once created, call getRandomAcceptedString to get a new string (in UTF-32 codepoints).

Constructors

Link copied to clipboard
constructor(a: Automaton)

Functions