libdata-uuid-mt-perl 1.001-2 source package in Ubuntu

Changelog

libdata-uuid-mt-perl (1.001-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Wed, 08 Feb 2023 16:57:48 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-uuid-mt-perl_1.001-2.dsc 2.5 KiB dd9e1246f0b36f4a8394389cb12a203ad299c0c081c27afad00987f6663279ad
libdata-uuid-mt-perl_1.001.orig.tar.gz 20.8 KiB 304c4b98128311f84b7f529c7018ba849c75d3643aa80ea382b4b08057c4672d
libdata-uuid-mt-perl_1.001-2.debian.tar.xz 2.2 KiB 20e9c6dda20a16a2a964a7d28a7a0dc33f16c4fa10d003e4927766104a290e75

Available diffs

No changes file available.

Binary packages built by this source

libdata-uuid-mt-perl: fast random UUID generator using the Mersenne Twister algorithm

 Data::UUID::MT provides a UUID generator uses the excellent
 Math::Random::MT::Auto module as a source of fast, high-quality (pseudo)
 random numbers.
 .
 Three different types of UUIDs are supported. Two are consistent with RFC
 4122 and one is a custom variant that provides a 'sequential UUID' that can
 be advantageous when used as a primary database key.
 .
 Note: The Mersenne Twister pseudo-random number generator has excellent
 statistical properties, but it is not considered cryptographically secure.
 Pseudo-random UUIDs are not recommended for use as security authentication
 tokens in cookies or other user-visible session identifiers.