Class RandomExtensions
This extension class provides some convenient methods to deal with IRandom.
Inherited Members
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public static class RandomExtensions
Methods
| Improve this Doc View SourceGenerateRandomGuid(IRandom)
Declaration
public static Guid GenerateRandomGuid(this IRandom random)
Parameters
Type | Name | Description |
---|---|---|
IRandom | random |
Returns
Type | Description |
---|---|
Guid | Generated random Guid. |