Photon Fusion
2.1.1
This is the complete list of members for NetworkRNG, including all inherited members.
| GetHashCode() | NetworkRNG | |
| MAX | NetworkRNG | static |
| NetworkRNG(int seed) | NetworkRNG | |
| Next(uint maxExclusive) | NetworkRNG | |
| Next(ulong maxExclusive) | NetworkRNG | |
| Next() | NetworkRNG | |
| Next(int minInclusive, int maxExclusive) | NetworkRNG | |
| Next(uint minInclusive, uint maxExclusive) | NetworkRNG | |
| Next(long minInclusive, long maxExclusive) | NetworkRNG | |
| Next(ulong minInclusive, ulong maxExclusive) | NetworkRNG | |
| NextDouble() | NetworkRNG | |
| NextDoubleExclusive() | NetworkRNG | |
| NextInclusive(uint maxInclusive) | NetworkRNG | |
| NextInclusive(ulong maxInclusive) | NetworkRNG | |
| NextInclusive(int minInclusive, int maxInclusive) | NetworkRNG | |
| NextInclusive(uint minInclusive, uint maxInclusive) | NetworkRNG | |
| NextInclusive(long minInclusive, long maxInclusive) | NetworkRNG | |
| NextInclusive(ulong minInclusive, ulong maxInclusive) | NetworkRNG | |
| NextInclusive(float minInclusive, float maxInclusive) | NetworkRNG | |
| NextInclusive(double minInclusive, double maxInclusive) | NetworkRNG | |
| NextInt32() | NetworkRNG | |
| NextInt64() | NetworkRNG | |
| NextSingle() | NetworkRNG | |
| NextSingleExclusive() | NetworkRNG | |
| NextUInt32() | NetworkRNG | |
| NextUInt64() | NetworkRNG | |
| Peek | NetworkRNG | |
| RangeExclusive(int minExclusive, int maxExclusive) | NetworkRNG | |
| RangeExclusive(uint minExclusive, uint maxExclusive) | NetworkRNG | |
| RangeInclusive(double minInclusive, double maxInclusive) | NetworkRNG | |
| RangeInclusive(float minInclusive, float maxInclusive) | NetworkRNG | |
| RangeInclusive(int minInclusive, int maxInclusive) | NetworkRNG | |
| RangeInclusive(uint minInclusive, uint maxInclusive) | NetworkRNG | |
| SIZE | NetworkRNG | static |