RandomNumberGenerator.isSeeded

Check whether this RNG is seeded.

class RandomNumberGenerator
abstract const
bool
isSeeded
()

Return Value

Type: bool

true if this RNG was already seeded, false otherwise.

Meta