randomart

package
v1.0.2067 Latest Latest
Warning

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

Go to latest
Published: May 12, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FLDBASE   = 8
	FLDSIZE_Y = (FLDBASE + 1)
	FLDSIZE_X = (FLDBASE*2 + 1)
)

* Field sizes for the random art. Have to be odd, so the starting point * can be in the exact middle of the picture, and FLDBASE should be >=8 . * Else pictures would be too dense, and drawing the frame would * fail, too, because the key type would not fit in anymore.

Variables

This section is empty.

Functions

func MAX

func MAX(a, b int) int

func MIN

func MIN(a, b int) int

func Randomart

func Randomart(str string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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