Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
randomOrNull
Returns a random character from this char sequence, or null
if this char sequence is empty.
Returns a random character from this char sequence using the specified source of randomness, or null
if this char sequence is empty.