Skip to content

Commit

Permalink
Merge pull request JuliaLang#45 from one-more-minute/patch-1
Browse files Browse the repository at this point in the history
Update sampling.jl
  • Loading branch information
lindahua committed Feb 24, 2014
2 parents e906bcb + 6f859dc commit beedf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sampling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function self_avoid_sample!{T}(a::AbstractArray{T}, x::AbstractArray)
x
end

# Ordered sampling without replacement
# Ordered sampling with replacement
# Original author: Mike Innes

function ordered_sample!(a::AbstractArray, x::AbstractArray)
Expand Down

0 comments on commit beedf4b

Please sign in to comment.