public Range Min/Max
This commit is contained in:
parent
61ef0ddd30
commit
f469cb5a04
@ -7,7 +7,7 @@
|
|||||||
<Authors>Glax</Authors>
|
<Authors>Glax</Authors>
|
||||||
<RepositoryUrl>https://github.com/C9Glax/CShocker</RepositoryUrl>
|
<RepositoryUrl>https://github.com/C9Glax/CShocker</RepositoryUrl>
|
||||||
<RepositoryType>git</RepositoryType>
|
<RepositoryType>git</RepositoryType>
|
||||||
<Version>1.1.3</Version>
|
<Version>1.1.4</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
public abstract class RandomIntegerRange
|
public abstract class RandomIntegerRange
|
||||||
{
|
{
|
||||||
private readonly Range _range;
|
public Range _range { get; init; }
|
||||||
internal RandomIntegerRange(Range range, Range limits)
|
internal RandomIntegerRange(Range range, Range limits)
|
||||||
{
|
{
|
||||||
if (range.Max - range.Min < 0)
|
if (range.Max - range.Min < 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user