Skip to content

ksetoue/pair-generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pair of Generators

This program calculates solves the challenge described in this link.

Requirements

To run this program, clone the repository into your local environment.

$ git clone https://github.com/ksetoue/pair-generators.git

Before you run, you'll need to have Go installed. Follow this guide to install and configure your environment.

Inside the folder you cloned from github, run the following on your terminal to execute the application:

$ go run main.go

To execute tests, run:

$ go test -v 

This application uses the example described on the document mentioned above, in which:

A start value is 65 
B start value is 8921

A factor is 16807
B factor is 48271

product is devided by 2147483647

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages