Skip to content

Commit

Permalink
Update RNG comment
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
maleadt authored Oct 17, 2024
1 parent a8fecea commit fef4765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/random.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ struct Philox2x32{R} <: RandomNumbers.AbstractRNG{UInt64}
# NOTE: the state is stored globally; see comments at the top of this file.
end

# default to 7 rounds; enough to pass SmallCrush
# default to 7 rounds; enough to pass BigCrush
@inline Philox2x32() = Philox2x32{7}()

@inline function Base.getproperty(rng::Philox2x32, field::Symbol)
Expand Down

0 comments on commit fef4765

Please sign in to comment.