生成高随机性的数据块
Set rand = CreateObject("NetBox.Random")
下面的例子生成一个 10 字节的随机数据块
Set rand = CreateObject("NetBox.Random") d = rand.Generate(10)