"@NEED SEED" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "Determine whether to use random numbers in Monte-Carlo. If .FALSE. use random numbers, otherwise use @SEED number. Note:Fixed numbers(@SEED) are often used for erro...")
 
 
(未顯示同一使用者於中間所作的 3 次修訂)
行 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
  +
@NEED_SEED
  +
.TRUE.
  +
  +
This mean the simulator will use the fixed number(@SEED) below.
   
 
Note:Fixed numbers(@SEED) are often used for error correction.
 
Note:Fixed numbers(@SEED) are often used for error correction.

於 2024年8月27日 (二) 17: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.