TA的每日心情 | 怒 2019-11-29 15:37 |
|---|
签到天数: 1 天 [LV.1]初来乍到
|
RAND('state',0) resets the generator to its initial state.: N. Y' C! e) K0 D( z
RAND('state',J), for integer J, resets the generator to its J-th state.
3 {& F# o( M) g) RRAND('state',J) and RAND('state',S) cause the MATLAB 5 generator to be used.3 q9 U/ I+ M6 O" t5 a& U& _
help 里面解释" V) X# y2 o4 C, [) ]7 W$ a& T0 T
rand('state',s)Resets the state to s.# \3 X: T) g( E# G/ ^
rand('state',0)Resets the generator to its initial state.
& q5 l! }: B N9 L9 z/ }rand('state',j)For integer j, resets the generator to its j-th state. |
|