public class RandomGridAdder<T>extends Object
implements GridAdder<T>
This will place the added object at a random location in the space. Since the space should be
adding new objects to itself automatically, this performs a move on those objects to a random
location.