Skip to content

SysRandom.NextSigned() #169

Closed
Closed
@skyoxZ

Description

@skyoxZ

return _rnd.Next(int.MinValue, int.MinValue);

Should be return _rnd.Next(int.MinValue, int.MaxValue);

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions