alchemist
24.0.7-dev06+b76482905
alchemist-implementationbase
/
it.unibo.alchemist.model.util
/
IterableExtension
/
randomElement
random
Element
fun
<
R
>
Iterable
<
R
>
.
randomElement
(
randomGenerator
:
RandomGenerator
)
:
R
Content copied to clipboard
Returns a random element of the Iterable using the provided
randomGenerator
.