mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
use Random.Shared
This commit is contained in:
@@ -661,7 +661,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
public uint CircuitCode
|
||||
{
|
||||
get { return (uint)Util.RandomClass.Next(0,int.MaxValue); }
|
||||
get { return (uint)Random.Shared.Next(0,int.MaxValue); }
|
||||
}
|
||||
|
||||
public IPEndPoint RemoteEndPoint
|
||||
|
||||
Reference in New Issue
Block a user