public int3 NextInt3(int3 min, int3 max) => RngToolkit.AsInt3(NextUInt3(), min, max);
public int3 NextInt3() => RngToolkit.AsInt3(NextUInt3());