直接使用mirai原本的随机方案进行随机。
{ "deviceInfo": { "type": "random", "seed": 514 }}
其中,当 seed 不为 null 时,将会通过 seed 构建一个具体的 Random 使用, 反之如果 seed 为 null,则直接使用 Random.Default。
默认情况下 seed 为null。