「@NEED SEED」:修訂間差異

出自DDCC TCAD TOOL Manual
跳至導覽 跳至搜尋
Sufei2留言 | 貢獻
無編輯摘要
Sufei2留言 | 貢獻
無編輯摘要
 
第1行: 第1行:
*Determine whether to use random numbers in Monte-Carlo. If .FALSE. use random numbers, otherwise use @SEED number.
*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
Example

於 2024年8月27日 (二) 09:03 的最新修訂

  • 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.