We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7f384 commit 0388e37Copy full SHA for 0388e37
test/perf/shootout/fasta.jl
@@ -22,7 +22,7 @@ const IA = 3877.0
22
const IC = 29573.0
23
24
function gen_random()
25
- global rng_state::Float64 = ((rng_state::Float64 * IA + IC) % IM) / IM
+ global rng_state = ((rng_state::Float64 * IA + IC) % IM) / IM
26
end
27
function repeat_fasta(src, n)
28
k = length(src)
0 commit comments