github.com/gotd/td/mtproto.Options.Random (field)

6 uses

	github.com/gotd/td/mtproto (current package)
		conn.go#L136: 		rand:         opt.Random,
		options.go#L32: 	Random io.Reader
		options.go#L123: 	if opt.Random == nil {
		options.go#L124: 		opt.Random = crypto.DefaultRand()
		options.go#L187: 		opt.Cipher = crypto.NewClientCipher(opt.Random)

	github.com/gotd/td/telegram
		client.go#L224: 		Random:            opt.Random,