checkRandomData

fun checkRandomData(random: Random, a: Analyzer, iterations: Int, simple: Boolean)

utility method for blasting tokenstreams with data to make sure they don't do anything crazy

Parameters

simple

true if only ascii strings will be used (try to avoid)


fun checkRandomData(random: Random, a: Analyzer, iterations: Int, maxWordLength: Int = 20, simple: Boolean = false, graphOffsetsAreCorrect: Boolean = true)

utility method for blasting tokenstreams with data to make sure they don't do anything crazy