get_rv_uniform Subroutine

public subroutine get_rv_uniform(lb, ub, rv, block_size)

Returns a random vector from a uniform distribution.

If a block_size > 0 is provided, it fills rv in blocks of size block_size.

Arguments

Type IntentOptional AttributesName
real(kind=rp), intent(in) :: lb

Lower bound

real(kind=rp), intent(in) :: ub

Upper bound

real(kind=rp), intent(out), dimension(:):: rv
integer(kind=ip), intent(in), optional :: block_size

Calls

proc~~get_rv_uniform~~CallsGraph proc~get_rv_uniform get_rv_uniform vdrnguniform vdrnguniform proc~get_rv_uniform->vdrnguniform

Called by

proc~~get_rv_uniform~~CalledByGraph proc~get_rv_uniform get_rv_uniform proc~smbx_get_rnd_points smbx_get_rnd_points proc~smbx_get_rnd_points->proc~get_rv_uniform proc~ransphere ransphere proc~ransphere->proc~get_rv_uniform

Contents

None