SimpleList: ModelSwarm.m (4)
printf("Count: %d\n", [objList getCount]);
[self printObjects: objList];
for (randomSeed=1; randomSeed<=10; randomSeed++) {
[randomGenerator setStateFromSeed: randomSeed];
printf("Repl %2d: ", randomSeed);
[self printObjects: objList];