Changeset 17810
- Timestamp:
- 12/30/20 09:58:40 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Random/3.3/NormalDistributedRandomPolar.cs
r17806 r17810 32 32 /// </summary> 33 33 [Item("NormalDistributedRandomPolar", "A pseudo random number generator which uses Marsaglia's polar method to create normally distributed random numbers.")] 34 [StorableType("B17E35DB-1DC6-434A-8F08-4AD4AB224C59")] 34 35 public sealed class NormalDistributedRandomPolar : Item, IRandom { 35 36 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.