rand

package
v0.0.0-...-69e45e2 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2015 License: Apache-2.0 Imports: 5 Imported by: 28

Documentation

Overview

ランダムな文字列とバイト列の生成器。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator interface {
	// n バイトのランダムバイト列を返す。
	Bytes(n int) []byte
	// 長さ n のランダム文字列を返す。
	String(n int) string
}

func New

func New(intrv time.Duration) Generator

Jump to

Keyboard shortcuts

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