uuidV4 (community library)
Summary
Name | Value |
---|---|
Name | uuidV4 |
Version | 1.0.1 |
Installs | |
License | MIT |
Author | Micah L Abelson |
URL | https://github.com/abelsm2/uuidV4 |
Repository | https://github.com/abelsm2/uuidV4.git |
Download | .tar.gz |
All Versions | 1.0.1, 1.0.0, 0.0.1 |
A Particle library to create version 4 universally unique identifier (UUID)
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
uuidV4
A Particle library to create version 4 universally unique identifier (UUID)
Usage
This is not a typical library in the sense that there is no class. It is simply a function that can be included and called using the uuid:: namespace.
See the examples folder for more details.
Documentation
A Particle library to create version 4 universally unique identifier (UUID). This function uses the Particle HAL RNG rather than the standard random function in order access to the STM32F205 32 bit true random number generator.
LICENSE
Copyright 2017 Micah L Abelson
Licensed under the MIT license
Browse Library Files