BrownianMove

open fun BrownianMove(    environment: Environment<T, P>,     node: Node<T>,     randomGenerator: RandomGenerator,     range: Double)

Parameters

environment

the environment

node

the node

randomGenerator

the simulation RandomGenerator.

range

the maximum distance the node may walk in a single step for each dimension