CLIENT 0.4.3PYTHON 3.8+
Certified randomness
Hold a drifting entropy source near its qualified operating profile.
A QRNG is not useful because its raw bitstream looks noisy. It is useful when the certified entropy rate remains high after drift, finite statistics, and extraction losses.
TrueLoop regulates the exposed vector of monitor responses that supports the certified-yield calculation. It does not optimize the final single-number certificate or yield statistic.
Evaluate the loop against raw-rate chasing under one shared measurement budget, then calculate certified yield outside the control interface.
PYTHON
def measure(x):
return entropy_monitor.response_vector(x)
opt = SWCOptimizer(key, n=len(x0), mode="regulation", target=target)
x = opt.start(x0)
for _ in range(rounds):
x = opt.step(measure(x), target=target)
opt.end()Need the answer on your plant?
Start evaluation Run the envelope, then race the runtime and your incumbent under the same measured budget.