- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Random/3.3/UniformRandomizer.cs
r12012 r13368 31 31 /// Uniformly distributed random number generator. 32 32 /// </summary> 33 [StorableClass ]33 [StorableClass("97FF61DF-3B76-4C06-B3CC-A8BBFBDD9E96")] 34 34 [Item("UniformRandomizer", "Initializes the value of variable 'Value' to a random value uniformly distributed between 'Min' and 'Max'")] 35 35 public class UniformRandomizer : SingleSuccessorOperator {
Note: See TracChangeset
for help on using the changeset viewer.