FORTRAN 77:
INTEGER*4 vslstreamstate(2)Fortran 90:
TYPE VSL_STREAM_STATE
INTEGER*4 descriptor1INTEGER*4 descriptor2END TYPE VSL_STREAM_STATE
C: typedef (void*) VSLStreamStatePtr;
See Advanced Service Routines for the format of the stream state structure for user-designed generators.