Creates a copy of a random stream.
Fortran:
status = vslcopystream( newstream, srcstream )
C:
status = vslCopyStream( &newstream, srcstream );
The FORTRAN 77 interfaces are specified in the mkl_vsl.f77 include file, the Fortran 90 interfaces are specified in the mkl_vsl.f90 include file, and the C interfaces are specified in the mkl_vsl_functions.h include file.
Name |
Type |
Description |
---|---|---|
srcstream |
FORTRAN 77: INTEGER*4 srcstream(2) Fortran 90: TYPE(VSL_STREAM_STATE), INTENT(IN) C: const VSLStreamStatePtr |
Fortran: Descriptor of the stream to be copied C: Pointer to the stream state structure to be copied |
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.