# NAME

SimpleFlake - A perl implemantation of SimpleFlake. Inspired by https://github.com/SawdustSoftware/simpleflake

# SYNOPSIS

   use SimpleFlake;

   my $hex_flake = SimpleFlake->get_flake;

# DESCRIPTION

SimpleFlake is a unique ID Generation Module based on timestamp in milliseconds and a part of randomness

# LICENSE

Copyright (C) Jens Gassmann - Software Entwicklung.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# AUTHOR

- Jens Gassmann <[email protected]>
- Patrick Simon <[email protected]>