github.com/gotd/td/telegram/dcs.PlainOptions.Rand (field)

4 uses

	github.com/gotd/td/telegram/dcs (current package)
		plain.go#L189: 	Rand io.Reader
		plain.go#L207: 	if m.Rand == nil {
		plain.go#L208: 		m.Rand = crypto.DefaultRand()
		plain.go#L221: 		rand:         opts.Rand,