i1 : R=ZZ/101[x_0..x_2];
i2 : Ipts=(random distinctPlanePoints)(10,R); o2 : Ideal of R
i3 : betti res Ipts 0 1 2 o3 = total: 1 5 4 0: 1 . . 1: . . . 2: . . . 3: . 5 4 o3 : BettiTally
The object distinctPlanePoints is an object of class RandomObject.