@brief For more info please visit "https://people.sc.fsu.edu/~jburkardt/f_src/hammersley/hammersley.html". ************80
HAMMERSLEY_SEQUENCE computes elements I1 through I2 of a Hammersley sequence.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=4) | :: | i1 | ||||
integer(kind=4) | :: | i2 | ||||
integer(kind=4) | :: | m | ||||
integer(kind=4) | :: | n | ||||
real(kind=8) | :: | r(m,abs(i1-i2)+1) |