Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yyid/yyid

Repository files navigation

YYID | Generate Random Strings

The YYID software does nothing more than generating a random string. In any programming language.

Features

  • Generates a random string in UUID#4 format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  • In contrast to RFC 4122, it uses all digits (128bit)
  • Uses a crytographically solid source of randomness

Meta Goals

  • Provide a solution for generating random strings
  • Demonstrate how to create and use a package in the language's package management system
  • Demonstrate how to write unit tests

Current Implementations

About

Generate a UUID* in different programming languages

Topics

Resources

Stars

Watchers

Forks