~tapaal-contributor/tapaal/display-shared-places-transitions-1879126

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/model/tapn/simulation/RandomDelayMode.java

  • Committer: Jiri Srba
  • Date: 2020-04-28 19:15:28 UTC
  • mfrom: (998.2.376 testbranch)
  • Revision ID: srba@cs.aau.dk-20200428191528-3xxjqa1r4jcob5ur
merged in lp:~yrke/tapaal/testbranch doing majour refactoring of the GUI

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
package dk.aau.cs.model.tapn.simulation;
2
2
 
3
3
import java.math.BigDecimal;
4
 
import java.math.MathContext;
5
4
import java.math.RoundingMode;
6
5
import java.util.Random;
7
6
 
24
23
                return instance;
25
24
        }
26
25
        
27
 
        private RandomDelayMode(){};
28
 
        
 
26
        private RandomDelayMode(){}
 
27
 
29
28
        int numberOfDecimals = -1;
30
29
 
31
30
        @Override