https://github.com/JuliaLang/julia
Revision cdb589305cf1c74c1f22014fc9edaf9ef39de157 authored by Matt Bauman on 02 May 2018, 18:30:08 UTC, committed by Matt Bauman on 02 May 2018, 18:30:08 UTC
Previously, one of Random's tests was checking `rand(s) != rand(s)`, where `s` was a 11001-length range.  This is expected to have a one-in-11001 chance of failure, and indeed it has caused at least one CI failure. This changes it to something much less likely to spuriously fail -- if I have my probabilities right here I think it'd be on the order of 10^-20.
1 parent 12fea2d
History
Tip revision: cdb589305cf1c74c1f22014fc9edaf9ef39de157 authored by Matt Bauman on 02 May 2018, 18:30:08 UTC
Make random test less likely to fail
Tip revision: cdb5893
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.0 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.4 KB
CONTRIBUTING.md -rw-r--r-- 20.4 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 144.9 KB
LICENSE.md -rw-r--r-- 5.4 KB
Make.inc -rw-r--r-- 35.3 KB
Makefile -rw-r--r-- 25.0 KB
NEWS.md -rw-r--r-- 77.6 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.5 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top