Skip to content

Commit fef4765

Browse files
authored
Update RNG comment
[ci skip]
1 parent a8fecea commit fef4765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/device/random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct Philox2x32{R} <: RandomNumbers.AbstractRNG{UInt64}
5959
# NOTE: the state is stored globally; see comments at the top of this file.
6060
end
6161

62-
# default to 7 rounds; enough to pass SmallCrush
62+
# default to 7 rounds; enough to pass BigCrush
6363
@inline Philox2x32() = Philox2x32{7}()
6464

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

0 commit comments

Comments
 (0)