X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=241018fca18fff398590e56b1440ec6d3b260827;hb=b40b5cb39eb44088100f2ce5efc2a6fdf4b84f26;hp=c7e767eb49690fa6177b2d3b939978f0574ed0ef;hpb=3637ca2c3a39b1185de71fae3577679a7e43891d;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index c7e767eb..241018fc 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -45,6 +45,8 @@ export default class Constants { static readonly UNKNOWN_COMMAND = 'unknown command'; + static readonly MAX_RANDOM_INTEGER = 281474976710654; + private constructor() { // This is intentional }