menu
xray_sdk package
documentation
packages/share/v2ray/helpers/random.dart
RandomUtilities
getInRange static method
getInRange static method
dark_mode
light_mode
getInRange
static method
int
getInRange
(
int
from
,
int
to
)
Implementation
static int getInRange(int from, int to) => from + _rnd.nextInt(to - from);
xray_sdk package
documentation
packages/share/v2ray/helpers/random
RandomUtilities
getInRange static method
RandomUtilities class