Skip to content

yokey21/Random-Data-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random-Data-Generator

Generates random integer data with given parameters and writes to a file vertically.

Default Output file: "data.txt"

Config (in dataGen.cpp)

const string FILENAME = "data.txt"; //name of file to write to

const int MIN = 1; //[inclusive] min range

const int MAX = 200; //[inclusive] max range (MAX = 2147483647)

const int COUNT = 100; //number of integers to be generated

About

Generates random data given parameters and writes to a file vertically.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors