rand

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UPPER_CASE    = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
	LOWER_CASE    = "abcdefghijklmnopqrstuvwxyz"
	NUMERIC       = "0123456789"
	ALPHA_NUMERIC = UPPER_CASE + LOWER_CASE + NUMERIC
)

Variables

This section is empty.

Functions

func Bytes

func Bytes(reader io.Reader, dictionary []byte, length int64) ([]byte, error)

Returns a slice of bytes of the length provided using bytes uniformly selected from the provided dictionary

Types

This section is empty.

Jump to

Keyboard shortcuts

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