AbstractRandomDeployment
abstract class AbstractRandomDeployment<P : Position<out P>>(environment: Environment<*, P>, randomGenerator: RandomGenerator, nodeCount: Int) : Deployment<P>
Abstract base for random deployments of nodes inside an environment.
Type Parameters
P
the position type