We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fecea commit fef4765Copy full SHA for fef4765
src/device/random.jl
@@ -59,7 +59,7 @@ struct Philox2x32{R} <: RandomNumbers.AbstractRNG{UInt64}
59
# NOTE: the state is stored globally; see comments at the top of this file.
60
end
61
62
-# default to 7 rounds; enough to pass SmallCrush
+# default to 7 rounds; enough to pass BigCrush
63
@inline Philox2x32() = Philox2x32{7}()
64
65
@inline function Base.getproperty(rng::Philox2x32, field::Symbol)
0 commit comments