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) {