Browse Source

JavaDocs

JensV2
Jens Schuhmann 1 year ago
parent
commit
4705e399f9
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      src/bandit/Model/Wuerfel.java

+ 4
- 1
src/bandit/Model/Wuerfel.java View File

@@ -16,7 +16,7 @@ import java.util.Set;

/**
*
* @author le
* @author Schuhmann
*/
public class Wuerfel implements Runnable // Callable
{
@@ -103,6 +103,9 @@ public class Wuerfel implements Runnable // Callable
}
}

/**
* berechnet den Wert für jede itteration
*/
private synchronized void berechneWert()
{
data.setValue((int) (1 + 6*Math.random()));

Loading…
Cancel
Save