Skip to content

Release Notes for Boost.Uuid release 1.67.0 #57

Description

@jeking3
  • [phrase library..[@/libs/uuid/ Uuid]:]
    • Optimized random_generator to use OS-provided entropy directly, thus avoiding the initialization cost of a PRNG.
    • Provided random_generator_mt19937 for bulk UUID generation (more expensive to initialize the PRNG, but may be faster overall if generating lots of UUIDs).
    • Handle entropy acquisition errors instead of ignoring them.
    • Use getentropy() or arc4random() instead of /dev/urandom on platforms that provide it.
    • Support for CloudABI
    • Support for Windows UWP (non-desktop partitions) through BCrypt ([github uuid 24])

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions