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

4 uses

	github.com/gotd/td/telegram/dcs (current package)
		websocket.go#L76: 	Rand io.Reader
		websocket.go#L85: 	if m.Rand == nil {
		websocket.go#L86: 		m.Rand = crypto.DefaultRand()
		websocket.go#L101: 		rand:        opts.Rand,