public SplitMix64() : this(RandomDevice.NextULong()) { }
public XoroShiro128Plus() : this(RandomDevice.NextULong(), RandomDevice.NextULong()) { }