hammersley_sequence Subroutine

private subroutine hammersley_sequence(i1, i2, m, n, r)

@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.

Arguments

Type IntentOptional AttributesName
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)

Contents

None