Skip to content

victorterraga/normal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Normal distribution generator

This binary will generate a random normally distributed set of numbers in Go.

Requeriments

  • Go1.14

Usage

go run main.go -n 10 -m 80 -s 10

Flags:

  • n: Size of the population of numbers that will be generated
  • m: Mean of the set
  • n: Standard desviation of the set

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages