Predictable sequence

Report a typo

Which random number generators will return the same sequence of integers?

val a = Random(42)
val b = Random(42)
val c = Random.Default
val d = Random.Default
Select one option from the list
___

Create a free account to access the full topic