Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
In a M*N Rectangle, i want to Highlight K points . The K points must be well-distributed. How to do it ?
Well, you'll just have to use a well-distributed random number generator to generate coordinate pairs for the points. System.Random should be fine.