Macaulay2 » Documentation
Packages » PolyominoIdeals » randomPolyominoWithFixedRank
next | previous | forward | backward | up | index | toc

randomPolyominoWithFixedRank -- Random polyomino with fixed rank

Description

Generates a random connected polyomino consisting of $n$ cells.

i1 : P = randomPolyominoWithFixedRank 6

o1 = {{1, 1}, {0, 1}, {2, 2}, {-1, 2}, {-2, 3}, {-2, 4}}

o1 : CollectionOfCells

See also

Ways to use randomPolyominoWithFixedRank:

  • randomPolyominoWithFixedRank(ZZ)

For the programmer

The object randomPolyominoWithFixedRank is a method function with options.


The source of this document is in PolyominoIdeals.m2:1634:0.