This trait defines a component that extends a Platform and
requires to be "attached" to an Engine.
It defines a trait with a simulator skeleton along with two settings
for it, created by a factory.
case classSeeds(configSeed: Long = System.currentTimeMillis(), simulationSeed: Long = System.currentTimeMillis(), randomSensorSeed: Long = System.currentTimeMillis()) extends Product with Serializable
This trait defines a component that extends a Platform and requires to be "attached" to an Engine. It defines a trait with a simulator skeleton along with two settings for it, created by a factory.