你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RandomSamplingAlgorithm interface

定义随机生成值的采样算法

扩展

属性

rule

随机算法的特定类型

samplingAlgorithmType

多态鉴别器,它指定此对象可以的不同类型的

seed

用作随机数生成的种子的可选整数

属性详细信息

rule

随机算法的特定类型

rule?: string

属性值

string

samplingAlgorithmType

多态鉴别器,它指定此对象可以的不同类型的

samplingAlgorithmType: "Random"

属性值

"Random"

seed

用作随机数生成的种子的可选整数

seed?: number

属性值

number