Data Types

FORTRAN 77:

INTEGER*4 vslstreamstate(2)

Fortran 90:

TYPE
		VSL_STREAM_STATE
INTEGER*4 descriptor1
INTEGER*4 descriptor2
END
		TYPE VSL_STREAM_STATE

C: typedef (void*) VSLStreamStatePtr;

See Advanced Service Routines for the format of the stream state structure for user-designed generators.


Submit feedback on this help topic