nextBool 抽象方法

bool nextBool()

生成一个随机的布尔值。

示例

var boolValue = Random().nextBool(); // true or false, with equal chance.

实现

bool nextBool();