All LLVM code generating objects basically need at a minimum three things to operate:
Definition: ModelGeneratorContext.h:95
Random & operator=(const Random &rhs)
assignment operator, copies the fields from the other object, but does not re-intialize them.
Definition: Random.cpp:91
void setMaxTries(int maxTries)
Sets the maximum number of tries to find a value inside a truncated range.
Definition: Random.cpp:575