共用方式為


rand()

適用於:✅Microsoft網狀架構Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel

傳回隨機數。

rand()
rand(1000)

語法

  • rand() - 傳回類型 real 值,其範圍為 [0.0, 1.0] 中的統一分佈。
  • rand(N )- 傳回從集合 {0.0, 1.0, ..., N - 1} 選擇之類型的real值。

深入瞭解 語法慣例