Click or drag to resize

NetRandomSeed Class

Class for generating random seeds
Inheritance Hierarchy
SystemObject
  Internal.Lidgren.NetworkNetRandomSeed

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static class NetRandomSeed

The NetRandomSeed type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetUInt32
Generates a 32 bit random seed
Public methodStatic memberGetUInt64
Generates a 64 bit random seed
Top
See Also