Macaulay2 Engine
Loading...
Searching...
No Matches

◆ init_seeds()

void init_seeds ( )
static

Definition at line 74 of file factory.cpp.

75{
76 NTL::SetSeed(NTL::ZZ::zero()); // NTL
77 factoryseed(0); // factory (which uses NTL, as we've compiled it)
78}

Referenced by rawCharSeries(), rawFactorBase(), and rawIdealReorder().