corda / net.corda.testing.node / InMemoryMessagingNetwork / ServicePeerAllocationStrategy / Random

Random

class Random : ServicePeerAllocationStrategy

Constructors

<init>

Random(random: SplittableRandom = SplittableRandom())

Properties

random

val random: SplittableRandom

Functions

pickNext

fun <A> pickNext(service: DistributedServiceHandle, pickFrom: List<A>): A