Class BaseSampler

Inheritance Relationships

Derived Type

Class Documentation

class lbcrypto::BaseSampler

Inheritence diagram for lbcrypto::BaseSampler:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "2" [label="lbcrypto::SamplerCombiner" tooltip="lbcrypto::SamplerCombiner"] "1" [label="lbcrypto::BaseSampler" tooltip="lbcrypto::BaseSampler" fillcolor="#BFBFBF"] "2" -> "1" [dir=forward tooltip="public-inheritance"] }

Subclassed by lbcrypto::SamplerCombiner

Public Functions

BaseSampler(double mean, double std, BitGenerator *generator, BaseSamplerType bType)
BaseSampler() = default
virtual int64_t GenerateInteger()
virtual ~BaseSampler() = default
inline short RandomBit()