type math/rand.Source
6 uses
math/rand (current package)
rand.go#L31: type Source interface {
rand.go#L43: Source
rand.go#L51: func NewSource(seed int64) Source {
rand.go#L63: src Source
rand.go#L78: func New(src Source) *Rand {
rand.go#L282: func read(p []byte, src Source, readVal *int64, readPos *int8) (n int, err error) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |