refactor: use native node random integer generator
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index ea0ff8fca7dece1e9f88092664e698006724ae7a..a5e46f60673e3078afd9386c4b3995c0800477b5 100644 (file)
@@ -85,7 +85,7 @@ export class Constants {
     | RequestCommand
     | IncomingRequestCommand
 
-  static readonly MAX_RANDOM_INTEGER = 281474976710654
+  static readonly MAX_RANDOM_INTEGER = 281474976710655
 
   static readonly STOP_CHARGING_STATIONS_TIMEOUT = 60000 // Ms