Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Pedro J Sanchez
/
simulaeventos
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
96be4d08
authored
Mar 25, 2020
by
Pedro J Sanchez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update Constantes.java
parent
6327f5f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/es/uja/cursojee/simulaeventos/Constantes.java
src/main/java/es/uja/cursojee/simulaeventos/Constantes.java
View file @
96be4d08
...
...
@@ -55,7 +55,7 @@ public interface Constantes {
// Constantes del problema
public
static
final
int
D100
=
100
;
// Simula una tirada de dado
public
static
final
int
VARIACION
=
3
;
public
static
final
int
TIEMPO_SIMULADO
=
4
;
// segundos
public
static
final
int
TIEMPO_SIMULADO
=
1
;
// segundos
public
static
final
int
TIEMPO_ESPERA
=
30
;
// segundos
public
static
final
int
NUM_EVENTOS
=
20
;
public
static
final
int
NUM_USUARIOS
=
1000
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment