Skip to content

Commit

Permalink
Fix "random" example for GF 11
Browse files Browse the repository at this point in the history
We were creating 100 different instances of GF 11, so the hash codes
were all different and we were getting a Tally object w/ 100 different
key-value pairs!
  • Loading branch information
d-torrance committed Sep 18, 2024
1 parent 3a10924 commit 2dcfd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/Macaulay2/packages/Macaulay2Doc/functions/random-doc.m2
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Node
Example
random RR
random CC_100
tally for i to 100 list random GF 11
kk = GF 11; tally for i to 100 list random kk
random GF(2,40)
SeeAlso
setRandomSeed
Expand Down

0 comments on commit 2dcfd43

Please sign in to comment.