Skip to content

moredatapls/datagenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##Read Me

###What is this? This is basically just a small data-generator that you can use to generate a random CSV file.

###And how do I compile it? Simply clone/download this repo and execute make

###And what about running? Execute the following: ./datagen <int|double> <rows> <columns> <offset> <range> <seed> <output-file> where the parameters have the following meaning:

  • <int|double>: write int to generate Integer-data, double for Double-data
  • <rows>: The number of rows to be generated
  • <columns>: The number of columns to be generated
  • <offset> and <range>: The program will generate data in between offset - range and offset + range
  • <seed>: The seed to be used for the random data
  • <output-file>: The file where the output-data should be written

###Credits

About

A random-CSV-data-generator written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published