transform

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

Invokes transformer with random.

Return

the returned value of transformer

Parameters

string

the string to transform

random

the random instance to use for transforming

Sources

Link copied to clipboard