Calculates a random Pythagorean triple.
// Returns a random pythagorean triple with a side length between 2*1 and 2*10const tri = Chalkboard.geom.PythagoreanTriple(1, 10); Copy
// Returns a random pythagorean triple with a side length between 2*1 and 2*10const tri = Chalkboard.geom.PythagoreanTriple(1, 10);
The lower bound
The upper bound
Calculates a random Pythagorean triple.
Example