Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Random()
[1/3]
System.Random.Random
(
)
inline
Definition at line
636
of file
Random.cs
.
637
{
638
_impl
= ((GetType() == typeof(
Random
)) ? ((ImplBase)
new
XoshiroImpl()) : ((ImplBase)new Net5CompatDerivedImpl(this)));
639
}
System.Random.Random
Random()
Definition
Random.cs:636
System.Random._impl
readonly ImplBase _impl
Definition
Random.cs:631
References
System.Random._impl
.
System
Random
Generated by
1.10.0