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

Method DefaultRndNumGenerator

src/DefaultRndNumGenerator.cpp:53–59  ·  view source on GitHub ↗

* */

Source from the content-addressed store, hash-verified

51 *
52 */
53DefaultRndNumGenerator::DefaultRndNumGenerator(const unsigned long, Sequence *concrete_seq)
54 : rand_depth_(0),
55 trace_string_(""),
56 seq_(concrete_seq)
57{
58 //Nothing to do
59}
60
61/*
62 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected