# README
randx.RuneSequence
generates even distributions for the given character set
and length. All results are therefore also evenly distributed.
AlphaNum
AlphaNum
# Packages
No description provided by the author
# Functions
MustString returns a random string sequence using the defined runes.
RuneSequence returns a random sequence using the defined allowed runes.
# Variables
Alpha contains runes [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ].
AlphaLower contains runes [abcdefghijklmnopqrstuvwxyz].
AlphaLowerNum contains runes [abcdefghijklmnopqrstuvwxyz0123456789].
AlphaNum contains runes [abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789].
AlphaNumNoAmbiguous is equivalent to AlphaNum but without visually ambiguous characters [0Oo1IlB8S5Z2].
AlphaUpper contains runes [ABCDEFGHIJKLMNOPQRSTUVWXYZ].
AlphaUpperNoVowels contains runes [BCDFGHJKLMNPQRSTVWXZ].
AlphaUpperNum contains runes [ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789].
AlphaUpperVowels contains runes [AEIOUY].
Numeric contains runes [0123456789].