@override RandomUid next() { final value = _initialValue + _randomBigInt(_random, _randomBits); return RandomUid._(value); }