Skip to content

Commit aaee06f

Browse files
Remove misleading comments (#2639)
--------- Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com> Co-authored-by: ElenaTyuleneva <elena.tyuleneva@intel.com>
1 parent 922dd10 commit aaee06f

15 files changed

+1
-61
lines changed

include/oneapi/dpl/internal/random_impl/bernoulli_distribution.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
// See https://llvm.org/LICENSE.txt for license information.
1313
//
1414
//===----------------------------------------------------------------------===//
15-
//
16-
// Abstract:
17-
//
18-
// Public header file provides implementation for Bernoulli Distribution
1915

2016
#ifndef _ONEDPL_BERNOULLI_DISTRIBUTION_H
2117
#define _ONEDPL_BERNOULLI_DISTRIBUTION_H

include/oneapi/dpl/internal/random_impl/cauchy_distribution.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
// See https://llvm.org/LICENSE.txt for license information.
1313
//
1414
//===----------------------------------------------------------------------===//
15-
//
16-
// Abstract:
17-
//
18-
// Public header file provides implementation for Cauchy Distribution
1915

2016
#ifndef _ONEDPL_CAUCHY_DISTRIBUTION_H
2117
#define _ONEDPL_CAUCHY_DISTRIBUTION_H

include/oneapi/dpl/internal/random_impl/discard_block_engine.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
// See https://llvm.org/LICENSE.txt for license information.
1313
//
1414
//===----------------------------------------------------------------------===//
15-
//
16-
// Abstract:
17-
//
18-
// Public header file provides implementation for Discard Block Engine
1915

2016
#ifndef _ONEDPL_DISCARD_BLOCK_ENGINE_H
2117
#define _ONEDPL_DISCARD_BLOCK_ENGINE_H

include/oneapi/dpl/internal/random_impl/exponential_distribution.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
// See https://llvm.org/LICENSE.txt for license information.
1313
//
1414
//===----------------------------------------------------------------------===//
15-
//
16-
// Abstract:
17-
//
18-
// Public header file provides implementation for Exponential Distribution
1915

2016
#ifndef _ONEDPL_EXPONENTIAL_DISTRIBUTION_H
2117
#define _ONEDPL_EXPONENTIAL_DISTRIBUTION_H

include/oneapi/dpl/internal/random_impl/extreme_value_distribution.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
// See https://llvm.org/LICENSE.txt for license information.
1313
//
1414
//===----------------------------------------------------------------------===//
15-
//
16-
// Abstract:
17-
//
18-
// Public header file provides implementation for Extreme Value Distribution
1915

2016
#ifndef _ONEDPL_EXTREME_VALUE_DISTRIBUTION_H
2117
#define _ONEDPL_EXTREME_VALUE_DISTRIBUTION_H

include/oneapi/dpl/internal/random_impl/geometric_distribution.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
// See https://llvm.org/LICENSE.txt for license information.
1313
//
1414
//===----------------------------------------------------------------------===//
15-
//
16-
// Abstract:
17-
//
18-
// Public header file provides implementation for Geometric Distribution
1915

2016
#ifndef _ONEDPL_GEOMETRIC_DISTRIBUTION_H
2117
#define _ONEDPL_GEOMETRIC_DISTRIBUTION_H

include/oneapi/dpl/internal/random_impl/linear_congruential_engine.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
// See https://llvm.org/LICENSE.txt for license information.
1313
//
1414
//===----------------------------------------------------------------------===//
15-
//
16-
// Abstract:
17-
//
18-
// Public header file provides implementation for Linear Congruential Engine
1915

2016
#ifndef _ONEDPL_LINEAR_CONGRUENTIAL_ENGINE_H
2117
#define _ONEDPL_LINEAR_CONGRUENTIAL_ENGINE_H

include/oneapi/dpl/internal/random_impl/lognormal_distribution.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
// See https://llvm.org/LICENSE.txt for license information.
1313
//
1414
//===----------------------------------------------------------------------===//
15-
//
16-
// Abstract:
17-
//
18-
// Public header file provides implementation for Lognormal Distribution
1915

2016
#ifndef _ONEDPL_LOGNORMAL_DISTRIBUTION_H
2117
#define _ONEDPL_LOGNORMAL_DISTRIBUTION_H

include/oneapi/dpl/internal/random_impl/normal_distribution.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
// See https://llvm.org/LICENSE.txt for license information.
1313
//
1414
//===----------------------------------------------------------------------===//
15-
//
16-
// Abstract:
17-
//
18-
// Public header file provides implementation for Normal Distribution
1915

2016
#ifndef _ONEDPL_NORMAL_DISTRIBUTION_H
2117
#define _ONEDPL_NORMAL_DISTRIBUTION_H

include/oneapi/dpl/internal/random_impl/philox_engine.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
//
88
//===----------------------------------------------------------------------===//
99
//
10-
// Abstract:
11-
//
12-
// Public header file provides implementation for Philox Engine
13-
//
14-
// The documentation of the Engine: https://en.cppreference.com/w/cpp/numeric/random/philox_engine
10+
// The behavior of the Philox engine's scalar API was aligned with std::philox_engine generator: https://en.cppreference.com/w/cpp/numeric/random/philox_engine
1511
//
1612

1713
#ifndef _ONEDPL_PHILOX_ENGINE_H

0 commit comments

Comments
 (0)