Added name of the random to the interface

This commit is contained in:
JKetelaar
2014-09-10 18:26:06 +02:00
parent 9f0d20b01d
commit 5a2abac789
@@ -18,4 +18,9 @@ public interface Random {
*/
public void execute();
/**
* Returns the name of the random
*/
public String getName();
}