![Notice](/static/shared/icon/info_gm_grey_24dp.svg)
The highest tagged major version is
v2.
package
Version:
v1.1.3
Opens a new window with list of versions in this module.
Published: Oct 15, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package randproxy is a package that provides a rand proxy for the app.
type Rand interface {
Intn(n int) int
}
Rand is an interface for rand.
New is a constructor for RandProxy.
RandProxy is a struct that implements Rand.
func (*RandProxy) Intn ¶
Intn is a proxy for rand.Intn.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.