forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make RandIntGen stop handling "full range" random generation
The rand(T) function is already the normal way of generating random values spanning "full range" of T. So let's make RandIntGen less powerful in the name of orthogonality and simplicity. Also tried to clarify a bit the `maxmultiple` comments.
- Loading branch information
Showing
1 changed file
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters