Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
URAND
Derived Type
5 statements
Source File
korc_rnd_numbers.f90
korc_rnd_numbers
URAND
Contents
Variables
u
v
w
Source Code
URAND
type, private :: URAND
Contents
Variables
u
v
w
Source Code
URAND
Components
Type
Visibility
Attributes
Name
Initial
integer(kind=8),
public
::
u
integer(kind=8),
public
::
v
integer(kind=8),
public
::
w
Source Code
TYPE
,
PRIVATE
::
URAND
INTEGER
(
8
)
::
u
INTEGER
(
8
)
::
v
INTEGER
(
8
)
::
w
END TYPE
URAND