forked from erich666/jgt-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
20 lines (16 loc) · 1.04 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
See more at http://www.cse.cuhk.edu.hk/~ttwong/papers/udpoint/udpoints.html
Executable Demo
Two executable demonstration programs (sphere and plane) are available for download. Program sphere demonstrates the appearances of various Hammersley and Halton point sets on the sphere. Program plane demonstrates the appearances of various Hammersley and Halton point sets on the 2D plane. Both programs run on Windows.
Running instructions for both programs: When the program (both demo programs) starts, users can press key "1" - "9" and "A" - "B". Each key toggles the drawing of one point set (see the following table):
Key pressed Point set being drawn or erased
1 Random points with uniform distribution.
2 Hammersley points with p1 = 2.
3 Hammersley points with p1 = 3.
4 Hammersley points with p1 = 5.
5 Hammersley points with p1 = 7.
6 Hammersley points with p1 = 11.
7 Halton points with p1 = 2, p2 = 3.
8 Halton points with p1 = 2, p2 = 5.
9 Halton points with p1 = 2, p2 = 7.
A Halton points with p1 = 3, p2 = 5.
B Halton points with p1 = 3, p2 = 7.