OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:randomvariable
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_fec.cc
54
float
randomVariable
= random->Rand<float>();
55
while (
randomVariable
< reorderRate) {
61
randomVariable
= random->Rand<float>();
67
randomVariable
= random->Rand<float>();
68
while (
randomVariable
< duplicateRate) {
78
randomVariable
= random->Rand<float>();
Completed in 97 milliseconds