@NEED SEED

出自 DDCC TCAD TOOL Manual
於 2024年8月27日 (二) 17:03 由 Sufei2 (對話 | 貢獻) 所做的修訂

(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋
  • Determine whether to use random numbers in Monte-Carlo. If .FALSE. use random numbers, otherwise use @SEED number.
  • Is store as NEED_SEED in the fortran code.
Mainly used in random.f90.

Example

@NEED_SEED
.TRUE.

This mean the simulator will use the fixed number(@SEED) below.

Note:Fixed numbers(@SEED) are often used for error correction.