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

◆ ZZp_RANDOM()

void ZZp_RANDOM ( long charac,
long & result )

Definition at line 75 of file dpoly.cpp.

76{
77 result = rawRandomInt(static_cast<int32_t>(charac));
78}
VALGRIND_MAKE_MEM_DEFINED & result(result)
int32_t rawRandomInt(int32_t max)
Definition random.cpp:44

References rawRandomInt(), and result().

Referenced by DPoly::random_0().