We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98af075 + 894ba56 commit f68b8bdCopy full SHA for f68b8bd
lib/src/xid_base.dart
@@ -82,7 +82,7 @@ class Xid {
82
}
83
84
_processId = Random.secure().nextInt(4194304);
85
- _machineId = Random.secure().nextInt(5170000).toString();
+ _machineId = (12307 + Random.secure().nextInt(5170000)).toString();
86
return _toBytes(_machineId!);
87
88
0 commit comments