type Options struct {
// Epoch is set to the twitter snowflake epoch of Nov 04 2010 01:42:54 UTC in milliseconds// You may customize this to set a different epoch for your application.
Epoch int64// NodeBits holds the number of bits to use for Node. Default 7, max 22 NodeBits uint8
}