1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-16 23:26:32 +09:00

Replaced old xor shift random code with Mersenne Twister and updated the way the seed is generated

This commit is contained in:
lidgren
2014-08-04 22:48:53 +00:00
parent 56ddf1efed
commit fd3893afcb
3 changed files with 132 additions and 322 deletions

View File

@@ -85,6 +85,7 @@
<Compile Include="NetDeliveryMethod.cs" />
<Compile Include="NetException.cs" />
<Compile Include="NetFragmentationHelper.cs" />
<Compile Include="NetHash.cs" />
<Compile Include="NetIncomingMessage.cs" />
<Compile Include="NetIncomingMessageType.cs" />
<Compile Include="NetMessageType.cs" />