<< nisp_getpath Configuration nisp_printall >>

NISP >> NISP > Configuration > nisp_initseed

nisp_initseed

Sets the seed of the uniform random number generator.

Calling Sequence

nisp_initseed ( seed )

Parameters

seed :

a 1-by-1 matrix of floating point integers, the current verbose level

Description

Sets the seed for the uniform random number generator. This seed has an effect on the randvar_getvalue and setrandvar_buildsample functions.

Examples

nisp_initseed ( 0 )
nisp_initseed ( 123456789 )

Authors

<< nisp_getpath Configuration nisp_printall >>