From dbe93424af3d92610b2a590d7236e773627f2f7a Mon Sep 17 00:00:00 2001 From: Philippe Schmouker Date: Thu, 1 Jan 2026 16:19:23 +0100 Subject: [PATCH] #327- modifying copyright dates Done; Modified scripts. Verified. --- LICENSE | 2 +- README.md | 2 +- c++11/baseclasses/basecwg.h | 2 +- c++11/baseclasses/baselfib64.h | 2 +- c++11/baseclasses/basemelg.h | 2 +- c++11/baseclasses/basemrg31.h | 2 +- c++11/baseclasses/basemrg32.h | 2 +- c++11/baseclasses/basepcg.h | 2 +- c++11/baseclasses/baserandom.h | 2 +- c++11/baseclasses/basesquares.h | 2 +- c++11/baseclasses/basewell.h | 2 +- c++11/baseclasses/basexoroshiro.h | 2 +- c++11/cpprandlib.h | 2 +- c++11/cwg128.cpp | 2 +- c++11/cwg128.h | 2 +- c++11/cwg128_64.cpp | 2 +- c++11/cwg128_64.h | 2 +- c++11/cwg64.cpp | 2 +- c++11/cwg64.h | 2 +- c++11/exceptions.h | 2 +- c++11/fastrand32.h | 2 +- c++11/fastrand63.h | 2 +- c++11/internalstates/collatzweylstate.h | 2 +- c++11/internalstates/counterkeystate.h | 2 +- c++11/internalstates/extendedstate.h | 2 +- c++11/internalstates/listseedstate.h | 2 +- c++11/lfib116.h | 2 +- c++11/lfib1340.h | 2 +- c++11/lfib668.h | 2 +- c++11/lfib78.h | 2 +- c++11/melg19937.cpp | 2 +- c++11/melg19937.h | 2 +- c++11/melg44497.cpp | 2 +- c++11/melg44497.h | 2 +- c++11/melg607.cpp | 2 +- c++11/melg607.h | 2 +- c++11/mrg1457.cpp | 2 +- c++11/mrg1457.h | 2 +- c++11/mrg287.cpp | 2 +- c++11/mrg287.h | 2 +- c++11/mrg49507.cpp | 2 +- c++11/mrg49507.h | 2 +- c++11/pcg1024_32.cpp | 2 +- c++11/pcg1024_32.h | 2 +- c++11/pcg128_64.cpp | 2 +- c++11/pcg128_64.h | 2 +- c++11/pcg64_32.cpp | 2 +- c++11/pcg64_32.h | 2 +- c++11/squares32.cpp | 2 +- c++11/squares32.h | 2 +- c++11/squares64.cpp | 2 +- c++11/squares64.h | 2 +- c++11/testCPUPerfs/testCPUPerfs.cpp | 2 +- c++11/testED/testED.cpp | 2 +- c++11/utils/balanced_bits_generation.h | 2 +- c++11/utils/bits_rotations.h | 2 +- c++11/utils/seed_generation.h | 2 +- c++11/utils/splitmix.cpp | 2 +- c++11/utils/splitmix.h | 2 +- c++11/utils/time.h | 2 +- c++11/utils/type_traits.h | 2 +- c++11/utils/uint128.cpp | 2 +- c++11/utils/uint128.h | 2 +- c++11/utils/utils.h | 2 +- c++11/well1024a.cpp | 2 +- c++11/well1024a.h | 2 +- c++11/well19937c.cpp | 2 +- c++11/well19937c.h | 2 +- c++11/well44497b.cpp | 2 +- c++11/well44497b.h | 2 +- c++11/well512a.cpp | 2 +- c++11/well512a.h | 2 +- c++11/xoroshiro1024.cpp | 2 +- c++11/xoroshiro1024.h | 2 +- c++11/xoroshiro256.cpp | 2 +- c++11/xoroshiro256.h | 2 +- c++11/xoroshiro512.cpp | 2 +- c++11/xoroshiro512.h | 2 +- c++20/baseclasses/basecwg.h | 2 +- c++20/baseclasses/baselfib64.h | 2 +- c++20/baseclasses/basemelg.h | 2 +- c++20/baseclasses/basemrg31.h | 2 +- c++20/baseclasses/basemrg32.h | 2 +- c++20/baseclasses/basepcg.h | 2 +- c++20/baseclasses/baserandom.h | 2 +- c++20/baseclasses/basesquares.h | 2 +- c++20/baseclasses/basewell.h | 2 +- c++20/baseclasses/basexoroshiro.h | 2 +- c++20/cpprandlib.h | 2 +- c++20/cwg128.cpp | 2 +- c++20/cwg128.h | 2 +- c++20/cwg128_64.cpp | 2 +- c++20/cwg128_64.h | 2 +- c++20/cwg64.cpp | 2 +- c++20/cwg64.h | 2 +- c++20/exceptions.h | 2 +- c++20/fastrand32.h | 2 +- c++20/fastrand63.h | 2 +- c++20/internalstates/collatzweylstate.h | 2 +- c++20/internalstates/counterkeystate.h | 2 +- c++20/internalstates/extendedstate.h | 2 +- c++20/internalstates/listseedstate.h | 2 +- c++20/lfib116.h | 2 +- c++20/lfib1340.h | 2 +- c++20/lfib668.h | 2 +- c++20/lfib78.h | 2 +- c++20/melg19937.cpp | 2 +- c++20/melg19937.h | 2 +- c++20/melg44497.cpp | 2 +- c++20/melg44497.h | 2 +- c++20/melg607.cpp | 2 +- c++20/melg607.h | 2 +- c++20/mrg1457.cpp | 2 +- c++20/mrg1457.h | 2 +- c++20/mrg287.cpp | 2 +- c++20/mrg287.h | 2 +- c++20/mrg49507.cpp | 2 +- c++20/mrg49507.h | 2 +- c++20/pcg1024_32.cpp | 2 +- c++20/pcg1024_32.h | 2 +- c++20/pcg128_64.cpp | 2 +- c++20/pcg128_64.h | 2 +- c++20/pcg64_32.cpp | 2 +- c++20/pcg64_32.h | 2 +- c++20/squares32.cpp | 2 +- c++20/squares32.h | 2 +- c++20/squares64.cpp | 2 +- c++20/squares64.h | 2 +- c++20/testCPUPerfs/testCPUPerfs.cpp | 2 +- c++20/testED/testED.cpp | 2 +- c++20/utils/balanced_bits_generation.h | 2 +- c++20/utils/bits_rotations.h | 2 +- c++20/utils/seed_generation.h | 2 +- c++20/utils/splitmix.cpp | 2 +- c++20/utils/splitmix.h | 2 +- c++20/utils/time.h | 2 +- c++20/utils/type_traits.h | 2 +- c++20/utils/uint128.cpp | 2 +- c++20/utils/uint128.h | 2 +- c++20/utils/utils.h | 2 +- c++20/well1024a.cpp | 2 +- c++20/well1024a.h | 2 +- c++20/well19937c.cpp | 2 +- c++20/well19937c.h | 2 +- c++20/well44497b.cpp | 2 +- c++20/well44497b.h | 2 +- c++20/well512a.cpp | 2 +- c++20/well512a.h | 2 +- c++20/xoroshiro1024.cpp | 2 +- c++20/xoroshiro1024.h | 2 +- c++20/xoroshiro256.cpp | 2 +- c++20/xoroshiro256.h | 2 +- c++20/xoroshiro512.cpp | 2 +- c++20/xoroshiro512.h | 2 +- documentation/c++11/clipboard.js | 2 +- documentation/c++11/cookie.js | 2 +- documentation/c++11/dynsections.js | 2 +- documentation/c++11/jquery.js | 6 +++--- documentation/c++11/menu.js | 2 +- documentation/c++11/menudata.js | 2 +- documentation/c++11/navtree.js | 2 +- documentation/c++11/navtreedata.js | 2 +- documentation/c++11/search/search.js | 2 +- documentation/c++20/clipboard.js | 2 +- documentation/c++20/cookie.js | 2 +- documentation/c++20/dynsections.js | 2 +- documentation/c++20/jquery.js | 6 +++--- documentation/c++20/menu.js | 2 +- documentation/c++20/menudata.js | 2 +- documentation/c++20/navtree.js | 2 +- documentation/c++20/navtreedata.js | 2 +- documentation/c++20/search/search.js | 2 +- gTests-c++11/g_utils/histogram.h | 2 +- gTests-c++11/test_bases_basecwg.cpp | 2 +- gTests-c++11/test_bases_baselfib64.cpp | 2 +- gTests-c++11/test_bases_basemelg.cpp | 2 +- gTests-c++11/test_bases_basemrg31.cpp | 2 +- gTests-c++11/test_bases_basemrg32.cpp | 2 +- gTests-c++11/test_bases_basepcg.cpp | 2 +- gTests-c++11/test_bases_baserandom.cpp | 2 +- gTests-c++11/test_bases_basesquares.cpp | 2 +- gTests-c++11/test_bases_basewell.cpp | 2 +- gTests-c++11/test_bases_basexoroshiro.cpp | 2 +- gTests-c++11/test_cpprl_exceptions.cpp | 2 +- gTests-c++11/test_intstates_collatzweyl.cpp | 2 +- gTests-c++11/test_intstates_counterkey.cpp | 2 +- gTests-c++11/test_intstates_extended.cpp | 2 +- gTests-c++11/test_intstates_listseed.cpp | 2 +- gTests-c++11/test_prng_cwg128.cpp | 2 +- gTests-c++11/test_prng_cwg128_64.cpp | 2 +- gTests-c++11/test_prng_cwg64.cpp | 2 +- gTests-c++11/test_prng_fastrand32.cpp | 2 +- gTests-c++11/test_prng_fastrand63.cpp | 2 +- gTests-c++11/test_prng_lfib116.cpp | 2 +- gTests-c++11/test_prng_lfib1340.cpp | 2 +- gTests-c++11/test_prng_lfib668.cpp | 2 +- gTests-c++11/test_prng_lfib78.cpp | 2 +- gTests-c++11/test_prng_melg19937.cpp | 2 +- gTests-c++11/test_prng_melg44497.cpp | 2 +- gTests-c++11/test_prng_melg607.cpp | 2 +- gTests-c++11/test_prng_mrg1457.cpp | 2 +- gTests-c++11/test_prng_mrg287.cpp | 2 +- gTests-c++11/test_prng_mrg49507.cpp | 2 +- gTests-c++11/test_prng_pcg1024_32.cpp | 2 +- gTests-c++11/test_prng_pcg128_64.cpp | 2 +- gTests-c++11/test_prng_pcg64_32.cpp | 2 +- gTests-c++11/test_prng_squares32.cpp | 2 +- gTests-c++11/test_prng_squares64.cpp | 2 +- gTests-c++11/test_prng_well1024a.cpp | 2 +- gTests-c++11/test_prng_well19937c.cpp | 2 +- gTests-c++11/test_prng_well44497b.cpp | 2 +- gTests-c++11/test_prng_well512a.cpp | 2 +- gTests-c++11/test_prng_xoroshiro1024.cpp | 2 +- gTests-c++11/test_prng_xoroshiro256.cpp | 2 +- gTests-c++11/test_prng_xoroshiro512.cpp | 2 +- gTests-c++11/test_utils_balanced_bits.cpp | 2 +- gTests-c++11/test_utils_bits_rotations.cpp | 2 +- gTests-c++11/test_utils_seed_generation.cpp | 2 +- gTests-c++11/test_utils_splitmix.cpp | 2 +- gTests-c++11/test_utils_time.cpp | 2 +- gTests-c++11/test_utils_type_traits.cpp | 2 +- gTests-c++11/test_utils_uint128.cpp | 2 +- gTests-c++20/g_utils/histogram.h | 2 +- gTests-c++20/test_bases_basecwg.cpp | 2 +- gTests-c++20/test_bases_baselfib64.cpp | 2 +- gTests-c++20/test_bases_basemelg.cpp | 2 +- gTests-c++20/test_bases_basemrg31.cpp | 2 +- gTests-c++20/test_bases_basemrg32.cpp | 2 +- gTests-c++20/test_bases_basepcg.cpp | 2 +- gTests-c++20/test_bases_baserandom.cpp | 2 +- gTests-c++20/test_bases_basesquares.cpp | 2 +- gTests-c++20/test_bases_basewell.cpp | 2 +- gTests-c++20/test_bases_basexoroshiro.cpp | 2 +- gTests-c++20/test_cpprl_exceptions.cpp | 2 +- gTests-c++20/test_intstates_collatzweyl.cpp | 2 +- gTests-c++20/test_intstates_counterkey.cpp | 2 +- gTests-c++20/test_intstates_extended.cpp | 2 +- gTests-c++20/test_intstates_listseed.cpp | 2 +- gTests-c++20/test_prng_cwg128.cpp | 2 +- gTests-c++20/test_prng_cwg128_64.cpp | 2 +- gTests-c++20/test_prng_cwg64.cpp | 2 +- gTests-c++20/test_prng_fastrand32.cpp | 2 +- gTests-c++20/test_prng_fastrand63.cpp | 2 +- gTests-c++20/test_prng_lfib116.cpp | 2 +- gTests-c++20/test_prng_lfib1340.cpp | 2 +- gTests-c++20/test_prng_lfib668.cpp | 2 +- gTests-c++20/test_prng_lfib78.cpp | 2 +- gTests-c++20/test_prng_melg19937.cpp | 2 +- gTests-c++20/test_prng_melg44497.cpp | 2 +- gTests-c++20/test_prng_melg607.cpp | 2 +- gTests-c++20/test_prng_mrg1457.cpp | 2 +- gTests-c++20/test_prng_mrg287.cpp | 2 +- gTests-c++20/test_prng_mrg49507.cpp | 2 +- gTests-c++20/test_prng_pcg1024_32.cpp | 2 +- gTests-c++20/test_prng_pcg128_64.cpp | 2 +- gTests-c++20/test_prng_pcg64_32.cpp | 2 +- gTests-c++20/test_prng_squares32.cpp | 2 +- gTests-c++20/test_prng_squares64.cpp | 2 +- gTests-c++20/test_prng_well1024a.cpp | 2 +- gTests-c++20/test_prng_well19937c.cpp | 2 +- gTests-c++20/test_prng_well44497b.cpp | 2 +- gTests-c++20/test_prng_well512a.cpp | 2 +- gTests-c++20/test_prng_xoroshiro1024.cpp | 2 +- gTests-c++20/test_prng_xoroshiro256.cpp | 2 +- gTests-c++20/test_prng_xoroshiro512.cpp | 2 +- gTests-c++20/test_utils_balanced_bits.cpp | 2 +- gTests-c++20/test_utils_bits_rotations.cpp | 2 +- gTests-c++20/test_utils_seed_generation.cpp | 2 +- gTests-c++20/test_utils_splitmix.cpp | 2 +- gTests-c++20/test_utils_time.cpp | 2 +- gTests-c++20/test_utils_type_traits.cpp | 2 +- gTests-c++20/test_utils_uint128.cpp | 2 +- 272 files changed, 276 insertions(+), 276 deletions(-) diff --git a/LICENSE b/LICENSE index 991ba56..677c671 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2025 Philippe Schmouker +Copyright (c) 2022-2026 Philippe Schmouker Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 1cab2ed..7468e24 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ CppRandLib github web pages are here: [https://schmouk.github.io/CppRandLib/](ht If you decide to use this library, please mention it and add the copyright notice to your software as stated in the LICENSE file. ``` -Copyright (c) 2022-2025 Philippe Schmouker, +Copyright (c) 2022-2026 Philippe Schmouker, Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/c++11/baseclasses/basecwg.h b/c++11/baseclasses/basecwg.h index 67148a2..9069363 100644 --- a/c++11/baseclasses/basecwg.h +++ b/c++11/baseclasses/basecwg.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/baseclasses/baselfib64.h b/c++11/baseclasses/baselfib64.h index 56e3715..bdaefb4 100644 --- a/c++11/baseclasses/baselfib64.h +++ b/c++11/baseclasses/baselfib64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/baseclasses/basemelg.h b/c++11/baseclasses/basemelg.h index bc2e3df..3942e66 100644 --- a/c++11/baseclasses/basemelg.h +++ b/c++11/baseclasses/basemelg.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/baseclasses/basemrg31.h b/c++11/baseclasses/basemrg31.h index d91dfcf..156d1b6 100644 --- a/c++11/baseclasses/basemrg31.h +++ b/c++11/baseclasses/basemrg31.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/baseclasses/basemrg32.h b/c++11/baseclasses/basemrg32.h index 140a0ad..d3d2030 100644 --- a/c++11/baseclasses/basemrg32.h +++ b/c++11/baseclasses/basemrg32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/baseclasses/basepcg.h b/c++11/baseclasses/basepcg.h index 1cf4d47..4d5cd67 100644 --- a/c++11/baseclasses/basepcg.h +++ b/c++11/baseclasses/basepcg.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/baseclasses/baserandom.h b/c++11/baseclasses/baserandom.h index 7b4df15..790a74f 100644 --- a/c++11/baseclasses/baserandom.h +++ b/c++11/baseclasses/baserandom.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/baseclasses/basesquares.h b/c++11/baseclasses/basesquares.h index ee34a16..ea57870 100644 --- a/c++11/baseclasses/basesquares.h +++ b/c++11/baseclasses/basesquares.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/baseclasses/basewell.h b/c++11/baseclasses/basewell.h index 2aa636a..2452b91 100644 --- a/c++11/baseclasses/basewell.h +++ b/c++11/baseclasses/basewell.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/baseclasses/basexoroshiro.h b/c++11/baseclasses/basexoroshiro.h index eaa0bd7..bbd0eef 100644 --- a/c++11/baseclasses/basexoroshiro.h +++ b/c++11/baseclasses/basexoroshiro.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/cpprandlib.h b/c++11/cpprandlib.h index 42e03ab..0502624 100644 --- a/c++11/cpprandlib.h +++ b/c++11/cpprandlib.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/cwg128.cpp b/c++11/cwg128.cpp index ffbb2ad..4a07e83 100644 --- a/c++11/cwg128.cpp +++ b/c++11/cwg128.cpp @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/cwg128.h b/c++11/cwg128.h index b360cd5..9f18b45 100644 --- a/c++11/cwg128.h +++ b/c++11/cwg128.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/cwg128_64.cpp b/c++11/cwg128_64.cpp index ecd49b5..2e0b581 100644 --- a/c++11/cwg128_64.cpp +++ b/c++11/cwg128_64.cpp @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/cwg128_64.h b/c++11/cwg128_64.h index 3fd70b6..37674ae 100644 --- a/c++11/cwg128_64.h +++ b/c++11/cwg128_64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/cwg64.cpp b/c++11/cwg64.cpp index 6c38a49..e68161b 100644 --- a/c++11/cwg64.cpp +++ b/c++11/cwg64.cpp @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/cwg64.h b/c++11/cwg64.h index 947a5ad..effa97f 100644 --- a/c++11/cwg64.h +++ b/c++11/cwg64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/exceptions.h b/c++11/exceptions.h index a7f5539..5d75170 100644 --- a/c++11/exceptions.h +++ b/c++11/exceptions.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/fastrand32.h b/c++11/fastrand32.h index e8a1d45..a754ea1 100644 --- a/c++11/fastrand32.h +++ b/c++11/fastrand32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/fastrand63.h b/c++11/fastrand63.h index 4377457..f4fe79c 100644 --- a/c++11/fastrand63.h +++ b/c++11/fastrand63.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/internalstates/collatzweylstate.h b/c++11/internalstates/collatzweylstate.h index 724246e..e04d822 100644 --- a/c++11/internalstates/collatzweylstate.h +++ b/c++11/internalstates/collatzweylstate.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/internalstates/counterkeystate.h b/c++11/internalstates/counterkeystate.h index 2143a62..4950256 100644 --- a/c++11/internalstates/counterkeystate.h +++ b/c++11/internalstates/counterkeystate.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/internalstates/extendedstate.h b/c++11/internalstates/extendedstate.h index dd644d7..486b094 100644 --- a/c++11/internalstates/extendedstate.h +++ b/c++11/internalstates/extendedstate.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/internalstates/listseedstate.h b/c++11/internalstates/listseedstate.h index 25e795c..f079fba 100644 --- a/c++11/internalstates/listseedstate.h +++ b/c++11/internalstates/listseedstate.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/lfib116.h b/c++11/lfib116.h index 180b0e7..aa0055f 100644 --- a/c++11/lfib116.h +++ b/c++11/lfib116.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/lfib1340.h b/c++11/lfib1340.h index 5890311..65a07bb 100644 --- a/c++11/lfib1340.h +++ b/c++11/lfib1340.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/lfib668.h b/c++11/lfib668.h index 50f80db..4c5e6ec 100644 --- a/c++11/lfib668.h +++ b/c++11/lfib668.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/lfib78.h b/c++11/lfib78.h index f876a93..898b8e2 100644 --- a/c++11/lfib78.h +++ b/c++11/lfib78.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/melg19937.cpp b/c++11/melg19937.cpp index 7c61d44..607c436 100644 --- a/c++11/melg19937.cpp +++ b/c++11/melg19937.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/melg19937.h b/c++11/melg19937.h index 6b24408..8b03bfb 100644 --- a/c++11/melg19937.h +++ b/c++11/melg19937.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/melg44497.cpp b/c++11/melg44497.cpp index b4813de..fdd9840 100644 --- a/c++11/melg44497.cpp +++ b/c++11/melg44497.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/melg44497.h b/c++11/melg44497.h index f39ff0a..818dc6f 100644 --- a/c++11/melg44497.h +++ b/c++11/melg44497.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/melg607.cpp b/c++11/melg607.cpp index 9e09e7c..04897ed 100644 --- a/c++11/melg607.cpp +++ b/c++11/melg607.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/melg607.h b/c++11/melg607.h index 595b3c8..64a5180 100644 --- a/c++11/melg607.h +++ b/c++11/melg607.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/mrg1457.cpp b/c++11/mrg1457.cpp index fe49825..30f9ad1 100644 --- a/c++11/mrg1457.cpp +++ b/c++11/mrg1457.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/mrg1457.h b/c++11/mrg1457.h index 5924b38..926ffdd 100644 --- a/c++11/mrg1457.h +++ b/c++11/mrg1457.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/mrg287.cpp b/c++11/mrg287.cpp index 2c41954..a887f63 100644 --- a/c++11/mrg287.cpp +++ b/c++11/mrg287.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/mrg287.h b/c++11/mrg287.h index 0f8bbb6..18c02a9 100644 --- a/c++11/mrg287.h +++ b/c++11/mrg287.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/mrg49507.cpp b/c++11/mrg49507.cpp index 25c299c..83edcd2 100644 --- a/c++11/mrg49507.cpp +++ b/c++11/mrg49507.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/mrg49507.h b/c++11/mrg49507.h index 7961925..c63dbb8 100644 --- a/c++11/mrg49507.h +++ b/c++11/mrg49507.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/pcg1024_32.cpp b/c++11/pcg1024_32.cpp index 9f67d68..2a48076 100644 --- a/c++11/pcg1024_32.cpp +++ b/c++11/pcg1024_32.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/pcg1024_32.h b/c++11/pcg1024_32.h index 84831aa..53fd4a1 100644 --- a/c++11/pcg1024_32.h +++ b/c++11/pcg1024_32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/pcg128_64.cpp b/c++11/pcg128_64.cpp index 31c3297..fa950ed 100644 --- a/c++11/pcg128_64.cpp +++ b/c++11/pcg128_64.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/pcg128_64.h b/c++11/pcg128_64.h index b3dbc38..e9d751e 100644 --- a/c++11/pcg128_64.h +++ b/c++11/pcg128_64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/pcg64_32.cpp b/c++11/pcg64_32.cpp index 0004af7..0fc9e55 100644 --- a/c++11/pcg64_32.cpp +++ b/c++11/pcg64_32.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/pcg64_32.h b/c++11/pcg64_32.h index 71c8c2f..c0b71d3 100644 --- a/c++11/pcg64_32.h +++ b/c++11/pcg64_32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/squares32.cpp b/c++11/squares32.cpp index 8a60afe..28942e0 100644 --- a/c++11/squares32.cpp +++ b/c++11/squares32.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/squares32.h b/c++11/squares32.h index 76ad847..cc52223 100644 --- a/c++11/squares32.h +++ b/c++11/squares32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/squares64.cpp b/c++11/squares64.cpp index 5e491c1..69f5a40 100644 --- a/c++11/squares64.cpp +++ b/c++11/squares64.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/squares64.h b/c++11/squares64.h index d58e600..8216ecf 100644 --- a/c++11/squares64.h +++ b/c++11/squares64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/testCPUPerfs/testCPUPerfs.cpp b/c++11/testCPUPerfs/testCPUPerfs.cpp index b1204c5..ed5674d 100644 --- a/c++11/testCPUPerfs/testCPUPerfs.cpp +++ b/c++11/testCPUPerfs/testCPUPerfs.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is provided with library CppRandLib. diff --git a/c++11/testED/testED.cpp b/c++11/testED/testED.cpp index c9795ed..9ae5c7d 100644 --- a/c++11/testED/testED.cpp +++ b/c++11/testED/testED.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is provided with library CppRandLib. diff --git a/c++11/utils/balanced_bits_generation.h b/c++11/utils/balanced_bits_generation.h index 527b541..67343b6 100644 --- a/c++11/utils/balanced_bits_generation.h +++ b/c++11/utils/balanced_bits_generation.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/utils/bits_rotations.h b/c++11/utils/bits_rotations.h index 5f12f18..0a95647 100644 --- a/c++11/utils/bits_rotations.h +++ b/c++11/utils/bits_rotations.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/utils/seed_generation.h b/c++11/utils/seed_generation.h index 0782f7e..b998572 100644 --- a/c++11/utils/seed_generation.h +++ b/c++11/utils/seed_generation.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/utils/splitmix.cpp b/c++11/utils/splitmix.cpp index 25f798c..2cb56c9 100644 --- a/c++11/utils/splitmix.cpp +++ b/c++11/utils/splitmix.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/utils/splitmix.h b/c++11/utils/splitmix.h index bbac796..0cbce7a 100644 --- a/c++11/utils/splitmix.h +++ b/c++11/utils/splitmix.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/utils/time.h b/c++11/utils/time.h index 1d8fa96..5f7357f 100644 --- a/c++11/utils/time.h +++ b/c++11/utils/time.h @@ -3,7 +3,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/utils/type_traits.h b/c++11/utils/type_traits.h index f7154b9..caf226a 100644 --- a/c++11/utils/type_traits.h +++ b/c++11/utils/type_traits.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/utils/uint128.cpp b/c++11/utils/uint128.cpp index addb944..a76ddfa 100644 --- a/c++11/utils/uint128.cpp +++ b/c++11/utils/uint128.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/utils/uint128.h b/c++11/utils/uint128.h index d79f99d..6b77fd9 100644 --- a/c++11/utils/uint128.h +++ b/c++11/utils/uint128.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/utils/utils.h b/c++11/utils/utils.h index 0d8f30e..7e03033 100644 --- a/c++11/utils/utils.h +++ b/c++11/utils/utils.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/well1024a.cpp b/c++11/well1024a.cpp index 291947b..ed05083 100644 --- a/c++11/well1024a.cpp +++ b/c++11/well1024a.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/well1024a.h b/c++11/well1024a.h index 399ba4c..c83968e 100644 --- a/c++11/well1024a.h +++ b/c++11/well1024a.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/well19937c.cpp b/c++11/well19937c.cpp index 7642aea..17ee832 100644 --- a/c++11/well19937c.cpp +++ b/c++11/well19937c.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/well19937c.h b/c++11/well19937c.h index 5713407..717b65b 100644 --- a/c++11/well19937c.h +++ b/c++11/well19937c.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/well44497b.cpp b/c++11/well44497b.cpp index f225cd7..69fc3ec 100644 --- a/c++11/well44497b.cpp +++ b/c++11/well44497b.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/well44497b.h b/c++11/well44497b.h index 87bf24c..f816bc3 100644 --- a/c++11/well44497b.h +++ b/c++11/well44497b.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/well512a.cpp b/c++11/well512a.cpp index 0e1a3ca..641d0d6 100644 --- a/c++11/well512a.cpp +++ b/c++11/well512a.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/well512a.h b/c++11/well512a.h index 3812125..241a3fd 100644 --- a/c++11/well512a.h +++ b/c++11/well512a.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/xoroshiro1024.cpp b/c++11/xoroshiro1024.cpp index 0ff42c6..66c3c3f 100644 --- a/c++11/xoroshiro1024.cpp +++ b/c++11/xoroshiro1024.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/xoroshiro1024.h b/c++11/xoroshiro1024.h index 9abc838..951ad3a 100644 --- a/c++11/xoroshiro1024.h +++ b/c++11/xoroshiro1024.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/xoroshiro256.cpp b/c++11/xoroshiro256.cpp index 0d75d0c..9c9f67a 100644 --- a/c++11/xoroshiro256.cpp +++ b/c++11/xoroshiro256.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/xoroshiro256.h b/c++11/xoroshiro256.h index 630bcc5..cfc31d2 100644 --- a/c++11/xoroshiro256.h +++ b/c++11/xoroshiro256.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/xoroshiro512.cpp b/c++11/xoroshiro512.cpp index b0db2a4..44ba4bc 100644 --- a/c++11/xoroshiro512.cpp +++ b/c++11/xoroshiro512.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++11/xoroshiro512.h b/c++11/xoroshiro512.h index b88fd84..3bf517c 100644 --- a/c++11/xoroshiro512.h +++ b/c++11/xoroshiro512.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/basecwg.h b/c++20/baseclasses/basecwg.h index 233eecc..391b3c4 100644 --- a/c++20/baseclasses/basecwg.h +++ b/c++20/baseclasses/basecwg.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/baselfib64.h b/c++20/baseclasses/baselfib64.h index 6ab4402..c13ab85 100644 --- a/c++20/baseclasses/baselfib64.h +++ b/c++20/baseclasses/baselfib64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/basemelg.h b/c++20/baseclasses/basemelg.h index 927998b..1354248 100644 --- a/c++20/baseclasses/basemelg.h +++ b/c++20/baseclasses/basemelg.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/basemrg31.h b/c++20/baseclasses/basemrg31.h index abefb23..b99e0b6 100644 --- a/c++20/baseclasses/basemrg31.h +++ b/c++20/baseclasses/basemrg31.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/basemrg32.h b/c++20/baseclasses/basemrg32.h index c629610..ed29a71 100644 --- a/c++20/baseclasses/basemrg32.h +++ b/c++20/baseclasses/basemrg32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/basepcg.h b/c++20/baseclasses/basepcg.h index 68696c3..931b0e2 100644 --- a/c++20/baseclasses/basepcg.h +++ b/c++20/baseclasses/basepcg.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/baserandom.h b/c++20/baseclasses/baserandom.h index 6aefdf0..543dea1 100644 --- a/c++20/baseclasses/baserandom.h +++ b/c++20/baseclasses/baserandom.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/basesquares.h b/c++20/baseclasses/basesquares.h index 23dcdba..bce4e56 100644 --- a/c++20/baseclasses/basesquares.h +++ b/c++20/baseclasses/basesquares.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/basewell.h b/c++20/baseclasses/basewell.h index a482c64..eb4d89b 100644 --- a/c++20/baseclasses/basewell.h +++ b/c++20/baseclasses/basewell.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/baseclasses/basexoroshiro.h b/c++20/baseclasses/basexoroshiro.h index 1db5c96..649037a 100644 --- a/c++20/baseclasses/basexoroshiro.h +++ b/c++20/baseclasses/basexoroshiro.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/cpprandlib.h b/c++20/cpprandlib.h index 42e03ab..0502624 100644 --- a/c++20/cpprandlib.h +++ b/c++20/cpprandlib.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/cwg128.cpp b/c++20/cwg128.cpp index 7aa0ced..6f64eb9 100644 --- a/c++20/cwg128.cpp +++ b/c++20/cwg128.cpp @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/cwg128.h b/c++20/cwg128.h index 6d2285f..b13445a 100644 --- a/c++20/cwg128.h +++ b/c++20/cwg128.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/cwg128_64.cpp b/c++20/cwg128_64.cpp index 4aa94b8..ee43faa 100644 --- a/c++20/cwg128_64.cpp +++ b/c++20/cwg128_64.cpp @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/cwg128_64.h b/c++20/cwg128_64.h index bb0e3a6..afe3163 100644 --- a/c++20/cwg128_64.h +++ b/c++20/cwg128_64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/cwg64.cpp b/c++20/cwg64.cpp index 06e7113..5d9bacf 100644 --- a/c++20/cwg64.cpp +++ b/c++20/cwg64.cpp @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/cwg64.h b/c++20/cwg64.h index a89b92d..a2d95f1 100644 --- a/c++20/cwg64.h +++ b/c++20/cwg64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/exceptions.h b/c++20/exceptions.h index 7fcbd89..83b9ba8 100644 --- a/c++20/exceptions.h +++ b/c++20/exceptions.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/fastrand32.h b/c++20/fastrand32.h index b69b24e..4207d1b 100644 --- a/c++20/fastrand32.h +++ b/c++20/fastrand32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/fastrand63.h b/c++20/fastrand63.h index 6a30f6f..510e457 100644 --- a/c++20/fastrand63.h +++ b/c++20/fastrand63.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/internalstates/collatzweylstate.h b/c++20/internalstates/collatzweylstate.h index 263ef0e..910f8a1 100644 --- a/c++20/internalstates/collatzweylstate.h +++ b/c++20/internalstates/collatzweylstate.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/internalstates/counterkeystate.h b/c++20/internalstates/counterkeystate.h index c9808f2..4463dee 100644 --- a/c++20/internalstates/counterkeystate.h +++ b/c++20/internalstates/counterkeystate.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/internalstates/extendedstate.h b/c++20/internalstates/extendedstate.h index f3b9f25..de64d05 100644 --- a/c++20/internalstates/extendedstate.h +++ b/c++20/internalstates/extendedstate.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/internalstates/listseedstate.h b/c++20/internalstates/listseedstate.h index 4742a78..5e97daf 100644 --- a/c++20/internalstates/listseedstate.h +++ b/c++20/internalstates/listseedstate.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/lfib116.h b/c++20/lfib116.h index d8ca8f6..d2160b7 100644 --- a/c++20/lfib116.h +++ b/c++20/lfib116.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/lfib1340.h b/c++20/lfib1340.h index e472a85..0574e57 100644 --- a/c++20/lfib1340.h +++ b/c++20/lfib1340.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/lfib668.h b/c++20/lfib668.h index 656b844..9abedae 100644 --- a/c++20/lfib668.h +++ b/c++20/lfib668.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/lfib78.h b/c++20/lfib78.h index 0735560..608d5cc 100644 --- a/c++20/lfib78.h +++ b/c++20/lfib78.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/melg19937.cpp b/c++20/melg19937.cpp index b2bd8f3..a9a56d6 100644 --- a/c++20/melg19937.cpp +++ b/c++20/melg19937.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/melg19937.h b/c++20/melg19937.h index 13fc347..15dbc17 100644 --- a/c++20/melg19937.h +++ b/c++20/melg19937.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/melg44497.cpp b/c++20/melg44497.cpp index d655b83..038a0a0 100644 --- a/c++20/melg44497.cpp +++ b/c++20/melg44497.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/melg44497.h b/c++20/melg44497.h index f39ff0a..818dc6f 100644 --- a/c++20/melg44497.h +++ b/c++20/melg44497.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/melg607.cpp b/c++20/melg607.cpp index 6fae72a..4a7b381 100644 --- a/c++20/melg607.cpp +++ b/c++20/melg607.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/melg607.h b/c++20/melg607.h index 595b3c8..64a5180 100644 --- a/c++20/melg607.h +++ b/c++20/melg607.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/mrg1457.cpp b/c++20/mrg1457.cpp index fe49825..30f9ad1 100644 --- a/c++20/mrg1457.cpp +++ b/c++20/mrg1457.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/mrg1457.h b/c++20/mrg1457.h index 5924b38..926ffdd 100644 --- a/c++20/mrg1457.h +++ b/c++20/mrg1457.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/mrg287.cpp b/c++20/mrg287.cpp index 1f010f5..5645597 100644 --- a/c++20/mrg287.cpp +++ b/c++20/mrg287.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/mrg287.h b/c++20/mrg287.h index 5b39880..c13b548 100644 --- a/c++20/mrg287.h +++ b/c++20/mrg287.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/mrg49507.cpp b/c++20/mrg49507.cpp index ee216b7..921bb5d 100644 --- a/c++20/mrg49507.cpp +++ b/c++20/mrg49507.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/mrg49507.h b/c++20/mrg49507.h index 363fa6f..48e4302 100644 --- a/c++20/mrg49507.h +++ b/c++20/mrg49507.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2022-2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2022-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/pcg1024_32.cpp b/c++20/pcg1024_32.cpp index febc102..f03942f 100644 --- a/c++20/pcg1024_32.cpp +++ b/c++20/pcg1024_32.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/pcg1024_32.h b/c++20/pcg1024_32.h index 0ad05f9..00ff899 100644 --- a/c++20/pcg1024_32.h +++ b/c++20/pcg1024_32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/pcg128_64.cpp b/c++20/pcg128_64.cpp index 31c3297..fa950ed 100644 --- a/c++20/pcg128_64.cpp +++ b/c++20/pcg128_64.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/pcg128_64.h b/c++20/pcg128_64.h index 16aa1ba..08280f3 100644 --- a/c++20/pcg128_64.h +++ b/c++20/pcg128_64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/pcg64_32.cpp b/c++20/pcg64_32.cpp index aaf534e..4a669b8 100644 --- a/c++20/pcg64_32.cpp +++ b/c++20/pcg64_32.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/pcg64_32.h b/c++20/pcg64_32.h index 3817734..d270304 100644 --- a/c++20/pcg64_32.h +++ b/c++20/pcg64_32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/squares32.cpp b/c++20/squares32.cpp index 8a60afe..28942e0 100644 --- a/c++20/squares32.cpp +++ b/c++20/squares32.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/squares32.h b/c++20/squares32.h index 5963324..4c8db7c 100644 --- a/c++20/squares32.h +++ b/c++20/squares32.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/squares64.cpp b/c++20/squares64.cpp index 5e491c1..69f5a40 100644 --- a/c++20/squares64.cpp +++ b/c++20/squares64.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/squares64.h b/c++20/squares64.h index adcc8cd..7b8b29a 100644 --- a/c++20/squares64.h +++ b/c++20/squares64.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/testCPUPerfs/testCPUPerfs.cpp b/c++20/testCPUPerfs/testCPUPerfs.cpp index 8ac7c59..3087c59 100644 --- a/c++20/testCPUPerfs/testCPUPerfs.cpp +++ b/c++20/testCPUPerfs/testCPUPerfs.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/c++20/testED/testED.cpp b/c++20/testED/testED.cpp index c94b58a..d37c01b 100644 --- a/c++20/testED/testED.cpp +++ b/c++20/testED/testED.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/c++20/utils/balanced_bits_generation.h b/c++20/utils/balanced_bits_generation.h index 58bccfa..5024b6d 100644 --- a/c++20/utils/balanced_bits_generation.h +++ b/c++20/utils/balanced_bits_generation.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/utils/bits_rotations.h b/c++20/utils/bits_rotations.h index e84617e..1b8bfd2 100644 --- a/c++20/utils/bits_rotations.h +++ b/c++20/utils/bits_rotations.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/utils/seed_generation.h b/c++20/utils/seed_generation.h index 65208bc..bcf50ba 100644 --- a/c++20/utils/seed_generation.h +++ b/c++20/utils/seed_generation.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/utils/splitmix.cpp b/c++20/utils/splitmix.cpp index 11f60f7..8c864a6 100644 --- a/c++20/utils/splitmix.cpp +++ b/c++20/utils/splitmix.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/utils/splitmix.h b/c++20/utils/splitmix.h index a1bb5ec..599fb93 100644 --- a/c++20/utils/splitmix.h +++ b/c++20/utils/splitmix.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/utils/time.h b/c++20/utils/time.h index 8441701..ec361d1 100644 --- a/c++20/utils/time.h +++ b/c++20/utils/time.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/utils/type_traits.h b/c++20/utils/type_traits.h index 20f2c22..73006c7 100644 --- a/c++20/utils/type_traits.h +++ b/c++20/utils/type_traits.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/utils/uint128.cpp b/c++20/utils/uint128.cpp index 7dfd7fd..26ba6d1 100644 --- a/c++20/utils/uint128.cpp +++ b/c++20/utils/uint128.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/utils/uint128.h b/c++20/utils/uint128.h index 4f4fe50..95aa86c 100644 --- a/c++20/utils/uint128.h +++ b/c++20/utils/uint128.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/utils/utils.h b/c++20/utils/utils.h index 0d1b455..f1320c5 100644 --- a/c++20/utils/utils.h +++ b/c++20/utils/utils.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/well1024a.cpp b/c++20/well1024a.cpp index fae4324..802403a 100644 --- a/c++20/well1024a.cpp +++ b/c++20/well1024a.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/well1024a.h b/c++20/well1024a.h index de1221e..d50b9d7 100644 --- a/c++20/well1024a.h +++ b/c++20/well1024a.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/well19937c.cpp b/c++20/well19937c.cpp index c12caed..c9590b8 100644 --- a/c++20/well19937c.cpp +++ b/c++20/well19937c.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/well19937c.h b/c++20/well19937c.h index 5713407..717b65b 100644 --- a/c++20/well19937c.h +++ b/c++20/well19937c.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/well44497b.cpp b/c++20/well44497b.cpp index f225cd7..69fc3ec 100644 --- a/c++20/well44497b.cpp +++ b/c++20/well44497b.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/well44497b.h b/c++20/well44497b.h index c6c11e2..f63214c 100644 --- a/c++20/well44497b.h +++ b/c++20/well44497b.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/well512a.cpp b/c++20/well512a.cpp index 0e1a3ca..641d0d6 100644 --- a/c++20/well512a.cpp +++ b/c++20/well512a.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/well512a.h b/c++20/well512a.h index 3812125..241a3fd 100644 --- a/c++20/well512a.h +++ b/c++20/well512a.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/xoroshiro1024.cpp b/c++20/xoroshiro1024.cpp index 3d343a5..629cda8 100644 --- a/c++20/xoroshiro1024.cpp +++ b/c++20/xoroshiro1024.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/xoroshiro1024.h b/c++20/xoroshiro1024.h index 9abc838..951ad3a 100644 --- a/c++20/xoroshiro1024.h +++ b/c++20/xoroshiro1024.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/xoroshiro256.cpp b/c++20/xoroshiro256.cpp index 0d75d0c..9c9f67a 100644 --- a/c++20/xoroshiro256.cpp +++ b/c++20/xoroshiro256.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/xoroshiro256.h b/c++20/xoroshiro256.h index 630bcc5..cfc31d2 100644 --- a/c++20/xoroshiro256.h +++ b/c++20/xoroshiro256.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/xoroshiro512.cpp b/c++20/xoroshiro512.cpp index b0db2a4..44ba4bc 100644 --- a/c++20/xoroshiro512.cpp +++ b/c++20/xoroshiro512.cpp @@ -1,7 +1,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/c++20/xoroshiro512.h b/c++20/xoroshiro512.h index b88fd84..3bf517c 100644 --- a/c++20/xoroshiro512.h +++ b/c++20/xoroshiro512.h @@ -2,7 +2,7 @@ /* MIT License -Copyright (c) 2025 Philippe Schmouker, ph.schmouker (at) gmail.com +Copyright (c) 2025-2026 Philippe Schmouker, ph.schmouker (at) gmail.com This file is part of library CppRandLib. diff --git a/documentation/c++11/clipboard.js b/documentation/c++11/clipboard.js index 9da9f3c..8933ef6 100644 --- a/documentation/c++11/clipboard.js +++ b/documentation/c++11/clipboard.js @@ -5,7 +5,7 @@ https://github.com/jothepro/doxygen-awesome-css MIT License -Copyright (c) 2021 - 2022 jothepro +Copyright (c) 2021 - 2026 jothepro Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/documentation/c++11/cookie.js b/documentation/c++11/cookie.js index 53ad21d..0c6391b 100644 --- a/documentation/c++11/cookie.js +++ b/documentation/c++11/cookie.js @@ -1,6 +1,6 @@ /*! Cookie helper functions - Copyright (c) 2023 Dimitri van Heesch + Copyright (c) 2023-2026 Dimitri van Heesch Released under MIT license. */ let Cookie = { diff --git a/documentation/c++11/dynsections.js b/documentation/c++11/dynsections.js index 0e15bd4..409666d 100644 --- a/documentation/c++11/dynsections.js +++ b/documentation/c++11/dynsections.js @@ -3,7 +3,7 @@ The MIT License (MIT) - Copyright (C) 1997-2020 by Dimitri van Heesch + Copyright (C) 1997-2026 by Dimitri van Heesch Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, diff --git a/documentation/c++11/jquery.js b/documentation/c++11/jquery.js index 875ada7..9a565cf 100644 --- a/documentation/c++11/jquery.js +++ b/documentation/c++11/jquery.js @@ -131,7 +131,7 @@ i=e.containerElement.get(0)===e.element.parent().get(0),n=/relative|absolute/.te function(t,e){var i=(s[e]||0)+(h[e]||0);i&&0<=i&&(n[e]=i||null)}),t.css(n)})},stop:function(){y(this).removeData("ui-resizable-alsoresize")}}),y.ui.plugin.add("resizable","ghost",{start:function(){var t=y(this).resizable("instance"),e=t.size;t.ghost=t.originalElement.clone(),t.ghost.css({opacity:.25,display:"block",position:"relative",height:e.height,width:e.width,margin:0,left:0,top:0}),t._addClass(t.ghost,"ui-resizable-ghost"),!1!==y.uiBackCompat&&"string"==typeof t.options.ghost&&t.ghost.addClass(this.options.ghost),t.ghost.appendTo(t.helper)},resize:function(){var t=y(this).resizable("instance");t.ghost&&t.ghost.css({position:"relative",height:t.size.height,width:t.size.width})},stop:function(){var t=y(this).resizable("instance");t.ghost&&t.helper&&t.helper.get(0).removeChild(t.ghost.get(0))}}),y.ui.plugin.add("resizable","grid",{resize:function(){var t,e=y(this).resizable("instance"),i=e.options,s=e.size,n=e.originalSize,o=e.originalPosition,h=e.axis,a="number"==typeof i.grid?[i.grid,i.grid]:i.grid,r=a[0 ]||1,l=a[1]||1,u=Math.round((s.width-n.width)/r)*r,p=Math.round((s.height-n.height)/l)*l,d=n.width+u,c=n.height+p,f=i.maxWidth&&i.maxWidthd,s=i.minHeight&&i.minHeight>c;i.grid=a,m&&(d+=r),s&&(c+=l),f&&(d-=r),g&&(c-=l),/^(se|s|e)$/.test(h)?(e.size.width=d,e.size.height=c):/^(ne)$/.test(h)?(e.size.width=d,e.size.height=c,e.position.top=o.top-p):/^(sw)$/.test(h)?(e.size.width=d,e.size.height=c,e.position.left=o.left-u):((c-l<=0||d-r<=0)&&(t=e._getPaddingPlusBorderDimensions(this)),0d,s=i.minHeight&&i.minHeight>c;i.grid=a,m&&(d+=r),s&&(c+=l),f&&(d-=r),g&&(c-=l),/^(se|s|e)$/.test(h)?(e.size.width=d,e.size.height=c):/^(ne)$/.test(h)?(e.size.width=d,e.size.height=c,e.position.top=o.top-p):/^(sw)$/.test(h)?(e.size.width=d,e.size.height=c,e.position.left=o.left-u):((c-l<=0||d-r<=0)&&(t=e._getPaddingPlusBorderDimensions(this)),0