7ab69e776803b00b3b679174163f638ef99e6607
[ Merge of http://go/wvgerrit/89766 ] Certain C++11 (and newer) standard library functions and classes which utilize random number generators require that the random number generators meet the specifications of C++11's UniformRandomBitGenerator name requirements. This is especially important as C++17 will remove support non-compliant alternatives. This change updates CdmRandomGenerator to meet these requirements. Bug: 143494945 Test: Linux and Android unit tests Change-Id: Ib6df44da4969ad7596b16d447c3f8bd9864698f6
Description
No description provided