Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomBytePool ¶
type RandomBytePool struct {
// contains filtered or unexported fields
}
var ( SmallLettersAndNumbersRandomPool *RandomBytePool AllLettersAndNumbersRandomPool *RandomBytePool AllConvenientCharsRandomPool *RandomBytePool ConvenientSymbolsRandomPool *RandomBytePool )
func CreateRandomBytePool ¶
func CreateRandomBytePool(sourcePool []byte) *RandomBytePool
func (*RandomBytePool) Into ¶
func (rp *RandomBytePool) Into(target []byte) error
func (*RandomBytePool) Random ¶
func (rp *RandomBytePool) Random() (byte, error)
Click to show internal directories.
Click to hide internal directories.