Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ randomBitVector
Function
randomBitVector
GSM/GSML1FEC.cpp:2620–2625 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2618
2619
2620
BitVector2 randomBitVector(int n)
2621
{
2622
BitVector2 t(n);
2623
for (int i = 0; i < n; i++) t[i] = random()%2;
2624
return t;
2625
}
2626
2627
void TestTCHL1FEC()
2628
{
Callers
1
TestTCHL1FEC
Function · 0.70
Calls
no outgoing calls
Tested by
1
TestTCHL1FEC
Function · 0.56