Skip to content
Snippets Groups Projects
Commit a784afc8 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: floor/truncate instead of rounding for Random::position (issue #865)

- affects random integer ranges.
  Simpler to extend the range by one and floor (truncate) instead of
  rounding using odd intervals.
parent 67310ed4
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment