Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Uppercase ... Uppercase string = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" // Lowercase ... Lowercase = "abcdefghipqrstuvwxyz" // Alphabetic ... Alphabetic = Uppercase + Lowercase // Numeric ... Numeric = "0123456789" // Alphanumeric ... Alphanumeric = Alphabetic + Numeric // Symbols ... Symbols = "`" + `~!@#$%^&*()-_+={}[]|\;:"<>,./?` // Hex ... Hex = Numeric + "abcdef" )
Charsets
Variables ¶
This section is empty.
Functions ¶
func Float64 ¶
func Float64() float64
Float64 implements rand.Float64 on the grpcrand global source.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.