Honeycomb  0.1
Component-Model Framework
Random.h
Go to the documentation of this file.
1 // Honeycomb, Copyright (C) 2015 NewGamePlus Inc. Distributed under the Boost Software License v1.0.
2 #pragma once
3 
4 #include "Honey/String/Bytes.h"
5 
7 namespace honey { namespace random { namespace platform
8 {
9 
10 Bytes deviceEntropy(szt count);
11 
12 } } }
size_t szt
Size type, shorthand for size_t.
Definition: Core.h:90
Bytes deviceEntropy(szt count)
Retrieve count bytes of entropy from the host device.
Definition: Random.h:16
Global Honeycomb namespace.