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

◆ random()

RingElement * RingElement::random ( const Ring * R)
static

Definition at line 137 of file relem.cpp.

138{
139 return new RingElement(R, R->random());
140}
RingElement(const Ring *R, ring_elem f)
Definition relem.hpp:166
const Ring * R
Definition relem.hpp:68

References R, and RingElement().