Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/09 11:36:53 (15 years ago)
Author:
vdorfer
Message:

Created API documentation for HeuristicLab.IntVector namespace and changed some comments in HeuristicLab.Random and HeuristicLab.Selection.Offspring namespace(#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Random/UniformRandomizer.cs

    r1153 r1157  
    7878    /// </summary>
    7979    /// <param name="scope">The scope where to apply the random number generator.</param>
    80     /// <returns>null.</returns>
     80    /// <returns><c>null</c>.</returns>
    8181    public override IOperation Apply(IScope scope) {
    8282      IObjectData value = GetVariableValue<IObjectData>("Value", scope, false);
Note: See TracChangeset for help on using the changeset viewer.