Why aren't System.Random.Next() inlined #95203
-
in System.Random, xorshiro256ss implementation is used in .NET 7 In the reasoning why NextUInt64() was inlined, expressed "small-ish hot path used by a handful of "next" methods" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
NextUInt64
is inlined intoNext
and makes it a bigger method.