rand

package
v1.9.1 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KindNum   = 1 << 0 // 纯数字
	KindLower = 1 << 1 // 小写字母
	KindUpper = 1 << 2 // 大写字母
	KindAll   = KindNum | KindLower | KindUpper
)

Variables

This section is empty.

Functions

func String

func String(len int) string

func StringK

func StringK(size int, kind int) string

随机字符串

Types

This section is empty.

Jump to

Keyboard shortcuts

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