gorandom

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandBytes

func RandBytes(key []byte)

RandBytes 随机生成字节数组

func RandomBool

func RandomBool() bool

RandomBool 随机 True/False

func RandomInt

func RandomInt(limit int) int

RandomInt 获得指定范围内的随机数 [0,limit) limit – 限制随机数的范围,不包括这个数

func RandomIntM

func RandomIntM(min, max int) int

RandomIntM 获得指定范围内的随机数 min 最小数(包含) max 最大数(不包含) 随机数

func RandomStr

func RandomStr(count int) string

RandomStr 返回一个指定长度的随机字符串 count 随机字符串的长度

func RandomStrings

func RandomStrings(source string, count int) string

RandomStrings 返回一个指定长度的随机字符串 source 随机字符串的来源 count 随机字符串的长度

Types

This section is empty.

Jump to

Keyboard shortcuts

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