This repository has been archived on 2025-07-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vue-with-websockets/backend/consts.js

7 lines
205 B
JavaScript
Raw Normal View History

// Define global constants for min and max values
export const MAX = 100;
export const MIN = 0;
// Define range for random number generation
export const RANGE = 0.3; // +-0.3 -> +-30% of previous number