NAME
   UUID::Random::Secure - Like UUID::Random, but uses Math::Random::Secure
   for random numbers

VERSION
   This document describes version 0.002 of UUID::Random::Secure (from Perl
   distribution UUID-Random-Secure), released on 2021-01-18.

SYNOPSIS
   Use like you would UUID::Random:

    use UUID::Random::Secure;
    say UUID::Random::Secure::generate();

DESCRIPTION
   Note that this module currently does not produce RFC 4122-compliant v4
   (random) UUIDs (no encoding of variant and version information into the
   UUID).

FUNCTIONS
 generate
HOMEPAGE
   Please visit the project's homepage at
   <https://metacpan.org/release/UUID-Random-Secure>.

SOURCE
   Source repository is at
   <https://github.com/perlancar/perl-UUID-Random-Secure>.

BUGS
   Please report any bugs or feature requests on the bugtracker website
   <https://github.com/perlancar/perl-UUID-Random-Secure/issues>

   When submitting a bug or request, please include a test-file or a patch
   to an existing test-file that illustrates the bug or desired feature.

SEE ALSO
   UUID::Random

   Math::Random::Secure

   Crypt::Misc

AUTHOR
   perlancar <[email protected]>

COPYRIGHT AND LICENSE
   This software is copyright (c) 2021 by [email protected].

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