Update of exercises
parent
2ba37aca23
commit
c061aefbb6
|
|
@ -2,7 +2,7 @@ package pr2.algorithmen.rnd;
|
|||
|
||||
import java.util.Random;
|
||||
|
||||
public class StandardRandomGenerator {
|
||||
public class StandardRandomGenerator implements RandomGenerator {
|
||||
|
||||
private final Random rnd = new Random();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue