MCPcopy 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
85void BitVector::randomize(PRNG& G)
86{
87 G.get_octets(bytes, nbytes);
88}
89
90void BitVector::randomize_at(int a, int nb, PRNG& G)
91{

Callers 3

getMethod · 0.45
Create_RandomFunction · 0.45
randomize_blocksMethod · 0.45

Calls 1

get_octetsMethod · 0.80

Tested by

no test coverage detected