type math/rand.Source
7 uses
math/rand (current package)
rand.go#L25: type Source interface {
rand.go#L37: Source
rand.go#L44: func NewSource(seed int64) Source {
rand.go#L52: src Source
rand.go#L67: func New(src Source) *Rand {
rand.go#L267: func read(p []byte, src Source, readVal *int64, readPos *int8) (n int, err error) {
github.com/aws/aws-sdk-go/internal/sdkrand
locked_source.go#L12: src rand.Source
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |