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

4 uses

	github.com/gotd/td/telegram/dcs (current package)
		plain.go#L214: 	Rand io.Reader
		plain.go#L239: 	if m.Rand == nil {
		plain.go#L240: 		m.Rand = crypto.DefaultRand()
		plain.go#L253: 		rand:         opts.Rand,