julia
ea5b0a35 - faster rand(::MersenneTwister, ::Union{[U]Int{8,16,32},Bool}) (#25277)

Commit
8 years ago
faster rand(::MersenneTwister, ::Union{[U]Int{8,16,32},Bool}) (#25277) Now that generating scalar Float64 values (i.e. 52 random bits) is even faster, it becomes faster to just generate such values and make small integers out of them, rather than saving entropy bits with using the integer cache.
Author
Parents
Loading