Update of exercises

main
Thomas Smits 2026-04-29 14:11:18 +02:00
parent 2ba37aca23
commit c061aefbb6
1 changed files with 1 additions and 1 deletions

View File

@ -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();