create Node
open fun createNode(randomGenerator: RandomGenerator, environment: Environment<Any, P>, parameter: Any): Node<Any>
Return
a new Node
Parameters
random Generator
the random engine
environment
the environment that will host this object
parameter
a String describing the object