Functions.Rand 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| Rand() |
從 U[0.0, 1.0] 產生具有獨立且相同分佈 (i.d.) 樣本的亂數據行。 |
| Rand(Int64) |
從 U[0.0, 1.0] 產生具有獨立且相同分佈 (i.d.) 樣本的亂數據行。 |
Rand()
從 U[0.0, 1.0] 產生具有獨立且相同分佈 (i.d.) 樣本的亂數據行。
public static Microsoft.Spark.Sql.Column Rand();
static member Rand : unit -> Microsoft.Spark.Sql.Column
Public Shared Function Rand () As Column
傳回
Column 物件