Skip to content

A simple example of how to create a file containing random data from a pseudo random number generator in Golang

Notifications You must be signed in to change notification settings

JON95Git/prng-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prng-golang

A simple example of how to create a file containing random data from a pseudo random number generator in Golang

Dependencies

You will need to install Golang in your environment.

No need any external package.

How to run

To run, just type

go run main.go

The output is:

Bytes written: 1024

And file called prng_file.bin will be created.

About

A simple example of how to create a file containing random data from a pseudo random number generator in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages