random

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2023 License: MIT Imports: 3 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func String

func String(length int) string

String supply rand string

func StringWithCharset

func StringWithCharset(byteLen int, charset Charset) string

StringWithCharset support rand string you defined

Types

type Charset

type Charset string

Charset is string type

const (
	// Alphanumeric contain Alphabetic and Numeric
	Alphanumeric Charset = Alphabetic + Numeric
	// Alphabetic is \w+ \W
	Alphabetic Charset = "abcdefghijklmnopqrstuvwxyz" + "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
	// Numeric is number list
	Numeric Charset = "0123456789"
	// Hex is Hexadecimal
	Hex Charset = Numeric + "abcdef"
)

Jump to

Keyboard shortcuts

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