base

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	LetterChars   = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
	LowerChars    = "abcdefghijklmnopqrstuvwxyz"
	UpperChars    = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
	DigitChars    = "0123456789"
	SpecialChars  = "!@#$%^&*()_+-=[]{}|;:,.<>?"
	AlphaNumChars = LetterChars + DigitChars
	AllChars      = AlphaNumChars + "_+"
	HexChars      = "0123456789abcdef"
)

Variables

This section is empty.

Functions

func NewRng

func NewRng() *rand.Rand

NewRng creates a new random number generator with time-based seed

Types

This section is empty.

Jump to

Keyboard shortcuts

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