We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7f63b commit 33823ecCopy full SHA for 33823ec
stdlib/Random/src/Random.jl
@@ -310,7 +310,7 @@ Pick a random element or array of random elements from the set of values specifi
310
* a string (considered as a collection of characters), or
311
* a type: the set of values to pick from is then equivalent to `typemin(S):typemax(S)` for
312
integers (this is not applicable to [`BigInt`](@ref)), to ``[0, 1)`` for floating
313
- point numbers and to ``[0, 1)+i[0, 1)]`` for complex floating point numbers;
+ point numbers and to ``[0, 1)+i[0, 1)`` for complex floating point numbers;
314
315
`S` defaults to [`Float64`](@ref).
316
When only one argument is passed besides the optional `rng` and is a `Tuple`, it is interpreted
0 commit comments