|
|
5仿真币
我的license不支持experiment manager对象。。。
* [+ Y9 Z0 g9 x( P; U
# Q& ~6 l0 j h) E) x+ m所以请问使用代码可以实现吗?就比如像c++或者java里面,取当前时间作为种子,填入stream中?3 o3 P5 f' b, ]1 B4 X9 H J
. G8 {0 p% n, B. ~如何写?用到哪些方法?和属性?9 o# I" t% W* ~1 W( J0 g A
) z0 a# _, ]4 p, }/ }$ p
谢谢了 |
最佳答案
查看完整内容
用到这个.Stream := ;
如果你要设置singleProc的处理时间(proctime)的随机种子为当前的仿真时间,可以这样:
singleProc.proctime.Stream :=time_to_num( root.eventController.simTim);
|