设为首页收藏本站

最大的系统仿真与系统优化公益交流社区

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 8036|回复: 4

[求助] 请问如何使用代码实现随机数种子的设置?

[复制链接]
发表于 2008-12-11 23:28:08 | 显示全部楼层 |阅读模式
5仿真币
我的license不支持experiment manager对象。。。
! e8 C" \- ^5 I& w
# s. Z3 T$ {3 g3 v! C- P& T所以请问使用代码可以实现吗?就比如像c++或者java里面,取当前时间作为种子,填入stream中?% E: B4 E' {8 p8 S: K

  t3 ]! G/ \' z如何写?用到哪些方法?和属性?  m" f" t$ P4 V. \$ p7 C

6 w) ?6 ?# V- v  H; V6 Y谢谢了

最佳答案

查看完整内容

用到这个.Stream := ; 如果你要设置singleProc的处理时间(proctime)的随机种子为当前的仿真时间,可以这样: singleProc.proctime.Stream :=time_to_num( root.eventController.simTim);
发表于 2008-12-11 23:28:09 | 显示全部楼层
用到这个<attribute_path>.Stream := <integer>;
6 k$ N0 p) ]) X8 p如果你要设置singleProc的处理时间(proctime)的随机种子为当前的仿真时间,可以这样:
, f% A  S, A" ]  p- _' HsingleProc.proctime.Stream :=time_to_num( root.eventController.simTim);
 楼主| 发表于 2008-12-12 14:02:55 | 显示全部楼层
对了,系统时间如何获得啊?
 楼主| 发表于 2008-12-14 15:56:21 | 显示全部楼层
time_to_num()这个函数不存在,只存在这些函数:
4 K$ u* P1 D+ b5 b- Y7 B% ~Conversion Method  Data Type of the Return Value
; m/ Z' P6 o  F3 V, H2 B! Qbool_to_num(<boolean>) real , w4 y$ W# C' o3 j2 m) }
num_to_bool(<integer>) boolean ( ~' ?" U! P' b: j
str_to_bool(<string>) boolean ( @" j0 V" a4 h: W
str_to_date(<string>) time
: h! P5 \- Q2 W: V, ~; wstr_to_datetime(<string>) datetime 7 |+ p/ A: X  u; u; w; y
str_to_length(<string>) length * D6 }! n4 S" u: R
str_to_num(<string>) real
% X) c/ X6 v- I8 E) w  v: `str_to_obj(<string>) object ( o. E6 Q5 a- Y, l) w: Z8 ~
str_to_speed(<string>) speed # W+ i4 K7 c; U( }
str_to_time(<string>) time
! Y+ i  U! ?/ ~' `) I% ^str_to_weight(<string>) weight & M: R" S9 E# j! s9 ?: T
to_str(<any>, ...) string / H+ ]) K+ b/ a
我的是7.0版,不知道8.1有没有。
 楼主| 发表于 2008-12-14 16:17:52 | 显示全部楼层
我的解决办法:9 C% I' q1 D% w% H% Z% |
singleProc.proctime.Stream :=str_to_num(to_str( timeOfDay(sysDate)*100000));
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|SimulWay 道于仿真   

GMT+8, 2026-8-21 12:06 , Processed in 0.015868 second(s), 13 queries .

Powered by Discuz! X3.4 Licensed

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表