simulate to a thousands simulations

This commit is contained in:
Julien Calixte
2023-07-25 00:37:50 +02:00
parent eaac5520e8
commit 00ccbe21a7
5 changed files with 101 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
import { useSimulationStore } from '@/modules/simulation/simulation-store'
const simulationStore = useSimulationStore()
const NUMBER_OF_SIMULATION = 300
const NUMBER_OF_SIMULATION = 1000
</script>
<template>