// 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