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

◆ random()

void M2::ARingGFFlintBig::random ( ElementType & result) const
inline

Definition at line 432 of file aring-gf-flint-big.hpp.

433 {
434 // printf("calling ARingGFFlintBig::random\n");
435 fq_nmod_randtest(&result, mRandomState, mContext);
436 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mContext, mRandomState, and result().