random

package
v0.0.0-...-bb1a4e7 Latest Latest
Warning

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

Go to latest
Published: May 9, 2020 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Uppercase    = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
	Lowercase    = "abcdefghijklmnopqrstuvwxyz"
	Alphabetic   = Uppercase + Lowercase
	Numeric      = "0123456789"
	Alphanumeric = Alphabetic + Numeric
	Symbols      = "`" + `~!@#$%^&*()-_+={}[]|\;:"<>,./?`
	Hex          = Numeric + "abcdef"
)

Charsets

Variables

This section is empty.

Functions

func RandStringBytesMaskImpr

func RandStringBytesMaskImpr(n int) string

func RandStringBytesMaskImprSrcUnsafe

func RandStringBytesMaskImprSrcUnsafe(n int) string

func RandomUUID32

func RandomUUID32() string

concurrent safe 32 bytes UIUD generation function

func RandomUUID32Shared

func RandomUUID32Shared() string

concurrent not safe 32 bytes UIUD generation function

func String

func String(length uint8, charsets ...string) string

Types

type Random

type Random struct {
}

func New

func New() *Random

func (*Random) String

func (r *Random) String(length uint8, charsets ...string) string

Jump to

Keyboard shortcuts

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