MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / FillByteBuffer

Method FillByteBuffer

src/random.h:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 void RandomSeed();
57
58 void FillByteBuffer()
59 {
60 if (requires_seed) {
61 RandomSeed();
62 }
63 rng.Output(bytebuf, sizeof(bytebuf));
64 bytebuf_size = sizeof(bytebuf);
65 }
66
67 void FillBitBuffer()
68 {

Callers

nothing calls this directly

Calls 2

RandomSeedFunction · 0.85
OutputMethod · 0.80

Tested by

no test coverage detected