-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
/* | ||
* SPDX-FileCopyrightText: Copyright 2021, Siavash Ameli <[email protected]> | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
* SPDX-FileType: SOURCE | ||
* | ||
* This program is free software: you can redistribute it and/or modify it | ||
* under the terms of the license found in the LICENSE.txt file in the root | ||
* directory of this source tree. | ||
*/ | ||
|
||
|
||
#ifndef _RANDOM_GENERATOR_SPLIT_MIX_64_H_ | ||
#define _RANDOM_GENERATOR_SPLIT_MIX_64_H_ | ||
|
||
#include <stdint.h> // uint64_t | ||
#include <cassert> // assert | ||
#include <ctime> // std::time | ||
#include <random> // std::seed_seq | ||
#include <array> // array | ||
|
||
/// \class SplitMix64 | ||
/// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters