transform

fun transform(string: String, random: Random = Random.Default): String(source)

Invokes transformer with random.

Return

the returned value of transformer

Parameters

string

the string to transform

random

the random instance to use for transforming