Draw a random point with whole-number coordinates from -100 to 100, named by quadrant and plotted on a grid -- for graphing practice and grid games.
This generator draws a random coordinate point with whole-number x and y between -100 and 100, names its quadrant, and plots it on a grid.
Every result here is drawn using crypto.getRandomValues() -- the Web Crypto API's cryptographically secure randomness -- instead of Math.random(), so it's genuinely unpredictable, not just statistically random. Learn more.
Use it for graphing practice, quadrant identification drills, plotting warm-ups in class, battleship-style games, or picking a random spot on any grid.
Generate draws x and y independently from -100 to 100 using the site's cryptographically secure randomness, states which quadrant (or axis) the point lies in, and plots it in single-result mode.
Counter-clockwise from top-right: Quadrant I has both coordinates positive, II has negative x, III has both negative, IV has negative y. Points with a zero coordinate sit on an axis instead.
Yes -- open the amount control and pick up to 100, with No Duplicates keeping them all distinct.