package
0.0.0-20200424072721-89edfd8bb689
Repository: https://github.com/robjporter/go-library.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
Given a string with brackets like "{} foo {}" and a number of inputs equivalent to the number of brackets in the string, like "too", "baz", this function will return a string such that an item is matched with its corresponding bracket.
FrequencyDistributionScore computes a heuristic score for the frequency distribution of letters in bs, relative to masterFreq.
Generate generates a cryptographically secure and unbiased string of length 'l' using alphabet 'dict'.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewGen initializes and returns a new version 4 UUID generator.
Parse a UUID (any version) from its string representation.

# Constants

CharsAlpha contains the full English alphabet: letters a-z and A-Z.
CharsAlphaNum is a combination of CharsNum and CharsAlpha.
CharsASCII contains all printable ASCII characters in code range [32, 126].
CharsNum contains numbers from 0-9.

# Variables

ErrInvalidDictSpecified is returned when the dictionary specified is invalid.
ErrInvalidLengthSpecified is returned when the length specified is invalid.

# Structs

No description provided by the author

# Type aliases

Gen is a version 4 UUID generator backed by a CSPRNG.
UUID represents a UUID (any version).