Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrFailedToGenerate ¶
type ErrFailedToGenerate struct {
Op string // Operation that failed
Err error // Underlying error
}
ErrFailedToGenerate is returned when random number generation fails
func (*ErrFailedToGenerate) Error ¶
func (e *ErrFailedToGenerate) Error() string
Error implements the error interface
Click to show internal directories.
Click to hide internal directories.