Skip to content

MovieStoreGuy/datagen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datagen

A Golang project showing to generate pseudo random data + playing with design patterns

Currently this project uses dice rolling as its simulation, however, it can be modified to more flexible on types it looks at.

How to run

First of all, to run this project, you will need to install golang using version 1.18 or greater.

Once that is installed and you're running on either a linux or windows machine, you can do the following:

go install github.com/MovieStoreGuy/datagen/cmd/datagen@latest
datagen

This will use the default settings of the application and write an excell spreadsheet in the current directory.

About

A simple project showing how simulations could be done using golang

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages