smbx_get_rnd_points Subroutine

public subroutine smbx_get_rnd_points(this, coords)

Returns uniformly distributed points within the box.

Type Bound

smbx_t

Arguments

Type IntentOptional Attributes Name
class(smbx_t), intent(in) :: this
real(kind=rp), intent(out), dimension(:,:) :: coords

Calls

proc~~smbx_get_rnd_points~~CallsGraph proc~smbx_get_rnd_points smbx_t%smbx_get_rnd_points proc~get_rv_uniform get_rv_uniform proc~smbx_get_rnd_points->proc~get_rv_uniform vdrnguniform vdrnguniform proc~get_rv_uniform->vdrnguniform