RNDGEN module
Source Files
Modules
Procedures
Derived Types
real_rndgen_sp
Function
GNU Free Documentation License
6 statements
Source File
rndgen.f90
rndgen_mod
real_rndgen_sp
Contents
private function real_rndgen_sp(this, r1, r2) result(rnd_number)
Generates a random real number in the range [r1, r2), single
Type Bound
rndgen
Arguments
Type
Intent
Optional
Attributes
Name
class(
rndgen
)
::
this
real(kind=sp),
intent(in)
::
r1
real(kind=sp),
intent(in)
::
r2
Return Value
real(kind=sp)