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

◆ ARingZZ()

M2::ARingZZ::ARingZZ ( )

Definition at line 8 of file aring-zz-flint.cpp.

9{
11 fmpz_init(mMaxHeight);
12 fmpz_set_ui(mMaxHeight, 100);
13}
#define FLINT_RAND_INIT(x)
Definition aring.hpp:59
flint_rand_t mRandomState

References FLINT_RAND_INIT, mMaxHeight, and mRandomState.