MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / generate

Method generate

src/tests/accuracy_test_random.cpp:554–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552
553 private:
554 void generate(int number_of_data_sets) {
555 for( int i=0; i<number_of_data_sets; i++ )
556 {
557 data_sets.push_back( Parameters() );
558 }
559 }
560
561 ParameterizedTest::plant_seed initial_seed;
562 }; //class TestParameterGenerator

Callers

nothing calls this directly

Calls 1

ParametersClass · 0.85

Tested by

no test coverage detected