C# Class NNX.Core.Utils.RandomProvider

Show file Open project: ikhramts/NNX

Public Properties

Property Type Description
GetRandom IRandomGenerator>.Func

Public Methods

Method Description
GetDefaultRandom ( int seed ) : IRandomGenerator

Method Details

GetDefaultRandom() public static method

public static GetDefaultRandom ( int seed ) : IRandomGenerator
seed int
return IRandomGenerator

Property Details

GetRandom public static property

public static Func GetRandom
return IRandomGenerator>.Func