Sequence type for quasi-monte carlo
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | base |
Base from which to calculate radical inverse from. |
|||
integer, | public | :: | index |
Current index to get value for. |
type :: seq !> Current index to get value for. integer :: index !> Base from which to calculate radical inverse from. integer :: base contains procedure :: next end type seq