Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 187 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 187 Bytes

Key-Generator

Generates a random 10-character string, a combination of alpha and numberic values

USAGE:

import carla.panda.KeyGen;

var key:String = KeyGen.genAlphaNumKey();