- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Random/3.3/NormalDistributedRandom.cs
r13368 r14711 33 33 /// </summary> 34 34 [Item("NormalDistributedRandom", "A pseudo random number generator which uses the Ziggurat method to create normally distributed random numbers.")] 35 [Storable Class("D9DA2DBC-A969-4BCE-89D4-35750B8CA73A")]35 [StorableType("D9DA2DBC-A969-4BCE-89D4-35750B8CA73A")] 36 36 public sealed class NormalDistributedRandom : Item, IRandom { 37 37 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.