Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/11/19 13:10:08 (5 years ago)
Author:
gkronber
Message:

#3027: added class to generate normally distributed numbers using the polar method.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3027-NormalDistribution/HeuristicLab.Random/3.3/NormalRandomizer.cs

    r17180 r17244  
    2626using HeuristicLab.Parameters;
    2727using HEAL.Attic;
     28using System;
    2829
    2930namespace HeuristicLab.Random {
     
    3334  [StorableType("0EAF4184-6C98-4C9D-80A1-09A42E03450E")]
    3435  [Item("NormalRandomizer", "Initializes the value of variable 'Value' to a random value normally distributed with parameters 'Mu' and 'Sigma'")]
     36  [Obsolete("Use NormalRandomizerPolar instead.")]
    3537  public class NormalRandomizer : SingleSuccessorOperator {
    3638    #region Parameter Properties
Note: See TracChangeset for help on using the changeset viewer.