reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/FuzzMutate/Random.h
   41   uint64_t totalWeight() const { return TotalWeight; }
   42   bool isEmpty() const { return TotalWeight == 0; }
   64     TotalWeight += Weight;
   66     if (uniform<uint64_t>(RandGen, 1, TotalWeight) <= Weight)