Rand Stats

SnowFlake

zef:ohmycloudy

NAME

SnowFlake - A tool for generating unique ID numbers.

SYNOPSIS

use SnowFlake;

my $worker = SnowFlake.new(worker_id => 1, sequence => 2);
say $worker.get_id();

DESCRIPTION

SnowFlake is a tool for generating unique ID numbers.

LICENSE

AUTHORS