hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

README (164B)


      1 The uuid module implements RFC 4122-compatible Univerally Unique IDentifiers.
      2 
      3 This module only generates UUID4, aka "truly random" UUIDs, due to privacy
      4 concerns.