Skip to content

A tool to generate matrix of random integer with line and column number.

License

Notifications You must be signed in to change notification settings

cedced19/matrix-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

int-matrix-generator

A tool to generate matrix of random integer with line and column number.

npm install --save int-matrix-generator

matrixGenerator(line, column, min, max)

var matrixGenerator = require('int-matrix-generator');
matrixGenerator(3, 4, -10, 10);
// => [ [ -2, 1, 3, 5 ], [ -9, -1, -9, 4 ], [ -9, -5, -2, -5 ] ]

About

A tool to generate matrix of random integer with line and column number.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published