randx

package
v0.0.0-...-cbca754 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func String

func String(size int, kind ...Type) string

String 随机字符串 0 纯数字 1 小写字母 2 大写字母 3 数字、大小写字母 默认3

Types

type Type

type Type int
const (
	RandNum   Type = iota // 纯数字
	RandLower             // 小写字母
	RandUpper             // 大写字母
	RandAll               // 数字、大小写字母
)

Jump to

Keyboard shortcuts

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