Skip to content

Commit

Permalink
Use a different random seed for randomBinaryForm example
Browse files Browse the repository at this point in the history
Otherwise, we end up calling QEPCAD, which will fail if it's not
available (e.g., on the macOS GitHub builds).
  • Loading branch information
d-torrance committed Sep 19, 2024
1 parent dd81d5c commit 6d494b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/Macaulay2/packages/CoincidentRootLoci/documentation.m2
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ randomBinaryForm(d,r,)
randomBinaryForm(d,,c)",
Inputs => {"d" => ZZ,"r" => ZZ,"c" => ZZ},
Outputs => {RingElement => {"a random binary form of degree ",TT"d",", real rank ",TT "r"," and complex rank ",TT "c"}},
EXAMPLE {"F = randomBinaryForm 5","F = randomBinaryForm(5,4,3)","(realrank F,complexrank F)","F = randomBinaryForm(6,4,4)","(realrank F,complexrank F)",},
EXAMPLE {"setRandomSeed 2", "F = randomBinaryForm 5","F = randomBinaryForm(5,4,3)","(realrank F,complexrank F)","F = randomBinaryForm(6,4,4)","(realrank F,complexrank F)",},
SeeAlso => {realrank,complexrank}}
document {
Key => {realroots,(realroots,RingElement)},
Expand Down

0 comments on commit 6d494b3

Please sign in to comment.