constants

package
v0.0.0-...-d66ac79 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ToolName        = color.CyanString("rmx")                                                             // ToolName - the name of the tool
	DotChar         = 46                                                                                  // DotChar - the ASCII character for a dot
	SeedSrc         = rand.NewSource(time.Now().UnixNano())                                               // random seed
	SourceKey       = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@#$%^&*()_+{}|:<>?" // the key to be used for the generation
	LetterIndexBits = 6                                                                                   // 6 bits to represent a letter index
	LetterIndexMask = 1<<LetterIndexBits - 1                                                              // All 1-bits, as many as letterIndexBits
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL