public int NextInt(int min, int max) => RngToolkit.AsInt(NextState(), min, max);
public int NextInt() => RngToolkit.AsInt(NextState());