Class RandomOwnerExtensions
- Namespace
- TaleWorlds.CampaignSystem
- Assembly
- TaleWorlds.CampaignSystem.dll
public static class RandomOwnerExtensions
- Inheritance
-
RandomOwnerExtensions
- Inherited Members
Methods
RandomFloat(IRandomOwner)
public static float RandomFloat(this IRandomOwner obj)
Parameters
obj
IRandomOwner
Returns
RandomFloat(IRandomOwner, float)
public static float RandomFloat(this IRandomOwner obj, float max)
Parameters
obj
IRandomOwnermax
float
Returns
RandomFloat(IRandomOwner, float, float)
public static float RandomFloat(this IRandomOwner obj, float min, float max)
Parameters
obj
IRandomOwnermin
floatmax
float
Returns
RandomFloatWithSeed(IRandomOwner, uint)
public static float RandomFloatWithSeed(this IRandomOwner obj, uint seed)
Parameters
obj
IRandomOwnerseed
uint
Returns
RandomFloatWithSeed(IRandomOwner, uint, float)
public static float RandomFloatWithSeed(this IRandomOwner obj, uint seed, float max)
Parameters
obj
IRandomOwnerseed
uintmax
float
Returns
RandomFloatWithSeed(IRandomOwner, uint, float, float)
public static float RandomFloatWithSeed(this IRandomOwner obj, uint seed, float min, float max)
Parameters
obj
IRandomOwnerseed
uintmin
floatmax
float
Returns
RandomInt(IRandomOwner)
public static int RandomInt(this IRandomOwner obj)
Parameters
obj
IRandomOwner
Returns
RandomInt(IRandomOwner, int)
public static int RandomInt(this IRandomOwner obj, int max)
Parameters
obj
IRandomOwnermax
int
Returns
RandomInt(IRandomOwner, int, int)
public static int RandomInt(this IRandomOwner obj, int min, int max)
Parameters
obj
IRandomOwnermin
intmax
int
Returns
RandomIntWithSeed(IRandomOwner, uint)
public static int RandomIntWithSeed(this IRandomOwner obj, uint seed)
Parameters
obj
IRandomOwnerseed
uint
Returns
RandomIntWithSeed(IRandomOwner, uint, int)
public static int RandomIntWithSeed(this IRandomOwner obj, uint seed, int max)
Parameters
obj
IRandomOwnerseed
uintmax
int
Returns
RandomIntWithSeed(IRandomOwner, uint, int, int)
public static int RandomIntWithSeed(this IRandomOwner obj, uint seed, int min, int max)
Parameters
obj
IRandomOwnerseed
uintmin
intmax
int
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).