Skip to content

eirikeve/aug-diamond-square

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

aug-diamond-square

Augmented Diamond Square algorithm implementation. For 2D arrays of any size - not just squares of side length 2^n + 1.

Non-square 2D arrays

Can be used with any 2D array - including non-square ones.

Usage

With a 2D array m initialized with zeroes as input, call

  randAugDS(m, seed)

Seed can be any integer.
See exampleCall() in the source.

About

Augmented Diamond Square algorithm implementation. For arrays of any size - not just squares of side length 2^n + 1.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages