Abstract Random Deployment
abstract class AbstractRandomDeployment<P : Position<out P>>(environment: Environment<*, P>, randomGenerator: <Error class: unknown class>, nodeCount: Int) : Deployment<P>
Parameters
Inheritors
Constructors
Link copied to clipboard
constructor(environment: Environment<*, P>, randomGenerator: <Error class: unknown class>, nodeCount: Int)
Functions
Link copied to clipboard
Optional LinkingRule associated to the deployment.
Link copied to clipboard
Link copied to clipboard
Returns a random element of the Iterable using the provided randomGenerator.