summaryrefslogtreecommitdiff
path: root/src/util/sampler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/sampler.cpp')
-rw-r--r--src/util/sampler.cpp33
1 files changed, 17 insertions, 16 deletions
diff --git a/src/util/sampler.cpp b/src/util/sampler.cpp
index a5ed5bbb4..9c50a39c4 100644
--- a/src/util/sampler.cpp
+++ b/src/util/sampler.cpp
@@ -1,19 +1,20 @@
-/********************* */
-/*! \file sampler.cpp
- ** \verbatim
- ** Top contributors (to current version):
- ** Andres Noetzli
- ** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
- ** in the top-level source directory and their institutional affiliations.
- ** All rights reserved. See the file COPYING in the top-level source
- ** directory for licensing information.\endverbatim
- **
- ** \brief Sampler class that generates random values of different sorts
- **
- ** The Sampler class can be used to generate random values of different sorts
- ** with biased and unbiased distributions.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Andres Noetzli
+ *
+ * This file is part of the cvc5 project.
+ *
+ * Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
+ * in the top-level source directory and their institutional affiliations.
+ * All rights reserved. See the file COPYING in the top-level source
+ * directory for licensing information.
+ * ****************************************************************************
+ *
+ * Sampler class that generates random values of different sorts
+ *
+ * The Sampler class can be used to generate random values of different sorts
+ * with biased and unbiased distributions.
+ */
#include "util/sampler.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback