Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ randomize
Method
randomize
Tools/BitVector.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void BitVector::randomize(PRNG& G)
86
{
87
G.get_octets(bytes, nbytes);
88
}
89
90
void BitVector::randomize_at(int a, int nb, PRNG& G)
91
{
Callers
3
get
Method · 0.45
Create_Random
Function · 0.45
randomize_blocks
Method · 0.45
Calls
1
get_octets
Method · 0.80
Tested by
no test coverage detected