Does it really work? With the following setup: ``` const uid = new Snowflake({ custom_epoch: Date.now(), instance_id: 1 }); ``` and: ``` uid.getUniqueID() ``` I get only two values `4195328` or `8389632` Nodejs version v22.17.0