randomHyperGraph(R,D,TimeLimit=>s)
The randomHyperGraph method follows a backtracking algorithm to generate edges with no inclusions between them. As it may take a long time to terminate, a time limit is imposed on the method. The TimeLimit option is the amount of time, in seconds, that the method randomHyperGraph will take before terminating. A value of 0 is interpreted as one day. The default value is 5 (seconds).
The source of this document is in /build/reproducible-path/macaulay2-1.25.06+ds/M2/Macaulay2/packages/EdgeIdeals.m2:4391:0.