Documentation ¶
Index ¶
- func AsciiToIndex(char uint) uint
- func DecimalArrTo(nums []int, n int) []string
- func DecimalTo(num, n int) string
- func Findkey(in string) int
- func GetVisibleASCII() []string
- func RandString(size int, n int) string
- func ToDecimal(num string, n int) int
- func ToDecimalArr(nums []string, n int) []int
- type ConfuseRule
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsciiToIndex ¶
func DecimalArrTo ¶
func GetVisibleASCII ¶
func GetVisibleASCII() []string
func ToDecimalArr ¶
Types ¶
type ConfuseRule ¶
type ConfuseRule struct {
// contains filtered or unexported fields
}
func NewConfuseRule ¶
func NewConfuseRule(seed int64, n int) (obj *ConfuseRule)
func (*ConfuseRule) ConfuseToNormal ¶
func (rule *ConfuseRule) ConfuseToNormal(normal uint8) uint8
func (*ConfuseRule) NormalToConfuse ¶
func (rule *ConfuseRule) NormalToConfuse(normal uint8) uint8
Click to show internal directories.
Click to hide internal directories.