TA的每日心情 | 怒 2019-11-29 15:37 |
|---|
签到天数: 1 天 [LV.1]初来乍到
|
RAND('state',0) resets the generator to its initial state.
7 C' ]4 |- { j5 ARAND('state',J), for integer J, resets the generator to its J-th state.
* p$ D' V6 O$ j3 uRAND('state',J) and RAND('state',S) cause the MATLAB 5 generator to be used.5 R% H0 {- j4 Z! o2 q
help 里面解释
+ n* K; V6 S7 {+ Rrand('state',s)Resets the state to s.
: w, E8 ?* Z. ]" j! T. L- M/ Brand('state',0)Resets the generator to its initial state. 0 ?+ |2 O7 h1 w' b: u9 T) ^
rand('state',j)For integer j, resets the generator to its j-th state. |
|