1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 14:57:05 +01:00

switch to use Output Feedback Split mode

https://github.com/waterret/RngState-OFS
This commit is contained in:
Luchang Jin
2016-10-17 14:18:58 -04:00
parent 89cda5971a
commit 70f386f9c6
4 changed files with 414 additions and 292 deletions

View File

@ -16,8 +16,10 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef RNG_STATE_SPRNG_SHA256_H
#define RNG_STATE_SPRNG_SHA256_H
#pragma once
#ifndef INCLUDE_SPRNG_SHA256_H
#define INCLUDE_SPRNG_SHA256_H
#include "rng-state.h"