NAMESnowFlake - A tool for generating unique ID numbers.SYNOPSISuse SnowFlake; my $worker = SnowFlake.new(worker_id => 1, sequence => 2); say $worker.get_id(); DESCRIPTIONSnowFlake is a tool for generating unique ID numbers.LICENSEAUTHORSohmycloudy@gmail.com