#include <itpp/base/itcompat.h>
#include <itpp/base/vec.h>
#include <cstring>
#include <ctime>
#include <limits>
Go to the source code of this file.
Classes | |
class | itpp::DSFMT< MEXP, POS1, SL1, MSK1, MSK2, MSK32_1, MSK32_2, MSK32_3, MSK32_4, FIX1, FIX2, PCV1, PCV2 > |
C++ implementation of dSFMT random number generator
The DSFMT class implements parts of the Double precision SIMD-oriented Fast Mersenne Twister (dSFM) random number generator. DSFMT directly generates double precision floating point random numbers, which have the IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std 754-1985) format. DSFMT does not support integer outputs. More... | |
union | itpp::DSFMT< MEXP, POS1, SL1, MSK1, MSK2, MSK32_1, MSK32_2, MSK32_3, MSK32_4, FIX1, FIX2, PCV1, PCV2 >::DSFMT::W128_T |
128-bit data structure | |
Typedefs | |
typedef DSFMT< 521, 3, 25, 0x000fbfefff77efffULL, 0x000ffeebfbdfbfdfULL, 0x000fbfefU, 0xff77efffU, 0x000ffeebU, 0xfbdfbfdfU, 0xcfb393d661638469ULL, 0xc166867883ae2adbULL, 0xccaa588000000000ULL, 0x0000000000000001ULL > | itpp::DSFMT_521_RNG |
typedef DSFMT< 1279, 9, 19, 0x000efff7ffddffeeULL, 0x000fbffffff77fffULL, 0x000efff7U, 0xffddffeeU, 0x000fbfffU, 0xfff77fffU, 0xb66627623d1a31beULL, 0x04b6c51147b6109bULL, 0x7049f2da382a6aebULL, 0xde4ca84a40000001ULL > | itpp::DSFMT_1279_RNG |
typedef DSFMT< 2203, 7, 19, 0x000fdffff5edbfffULL, 0x000f77fffffffbfeULL, 0x000fdfffU, 0xf5edbfffU, 0x000f77ffU, 0xfffffbfeU, 0xb14e907a39338485ULL, 0xf98f0735c637ef90ULL, 0x8000000000000000ULL, 0x0000000000000001ULL > | itpp::DSFMT_2203_RNG |
typedef DSFMT< 4253, 19, 19, 0x0007b7fffef5feffULL, 0x000ffdffeffefbfcULL, 0x0007b7ffU, 0xfef5feffU, 0x000ffdffU, 0xeffefbfcU, 0x80901b5fd7a11c65ULL, 0x5a63ff0e7cb0ba74ULL, 0x1ad277be12000000ULL, 0x0000000000000001ULL > | itpp::DSFMT_4253_RNG |
typedef DSFMT< 11213, 37, 19, 0x000ffffffdf7fffdULL, 0x000ffffffdf7fffdULL, 0x000fffffU, 0xfdf7fffdU, 0x000dffffU, 0xfff6bfffU, 0xd0ef7b7c75b06793ULL, 0x9c50ff4caae0a641ULL, 0x8234c51207c80000ULL, 0x0000000000000001ULL > | itpp::DSFMT_11213_RNG |
typedef DSFMT< 19937, 117, 19, 0x000ffafffffffb3fULL, 0x000ffdfffc90fffdULL, 0x000ffaffU, 0xfffffb3fU, 0x000ffdffU, 0xfc90fffdU, 0x90014964b32f4329ULL, 0x3b8d12ac548a7c7aULL, 0x3d84e1ac0dc82880ULL, 0x0000000000000001ULL > | itpp::DSFMT_19937_RNG |
-------------------------------------------------------------------------
Copyright (C) 1995-2008 (see AUTHORS file for a list of contributors)
This file is part of IT++ - a C++ library of mathematical, signal processing, speech processing, and communications classes and functions.
IT++ is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
IT++ is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with IT++. If not, see <http://www.gnu.org/licenses/>.
-------------------------------------------------------------------------