All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vendor.github.com.pion.rtp.rand.go Maven / Gradle / Ivy

There is a newer version: 2.9.1
Show newest version
package rtp

import (
	"github.com/pion/randutil"
)

// Use global random generator to properly seed by crypto grade random.
var globalMathRandomGenerator = randutil.NewMathRandomGenerator() // nolint:gochecknoglobals




© 2015 - 2024 Weber Informatics LLC | Privacy Policy