MCPcopy Create free account
hub / github.com/csmith-project/csmith / kind

Method kind

src/DefaultRndNumGenerator.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 virtual std::string RandomDigits( int num );
61
62 virtual enum RNDNUM_GENERATOR kind() { return rDefaultRndNumGenerator; }
63
64 void set_rand_depth(unsigned INT64 depth) { rand_depth_ = depth; }
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected