We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79d7c6 commit 20992caCopy full SHA for 20992ca
test/generic.jl
@@ -26,5 +26,4 @@ using Test
26
@test randperm(r, 10) == [2, 10, 1, 6, 4, 3, 7, 8, 9, 5]
27
@test randcycle(r, 10) == [8, 4, 5, 1, 10, 2, 3, 9, 7, 6]
28
@test rand(r, ComplexF64) == 0.9500729643158807 + 0.9280185794620359im
29
- @test rand(r, Char) == '\Ufe68e'
30
end
0 commit comments