]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/random_.h
The 8bim profile will be updated when the iptc profile is changed.
[imagemagick] / MagickCore / random_.h
index 06de7d199896839e233bb99810864e0dd12fb657..fcf478b5b72b73f76a7d8c8f61c4fc81fc88b4b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization
   dedicated to making software imaging solutions freely available.
   
   You may not use this file except in compliance with the License.
 #ifndef _MAGICKCORE_RANDOM__H
 #define _MAGICKCORE_RANDOM__H
 
+#include "MagickCore/string_.h"
+
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {
 #endif
 
-#include "MagickCore/string_.h"
-
 /*
   Typedef declarations.
 */
@@ -37,9 +37,6 @@ extern MagickExport double
   GetRandomValue(RandomInfo *),
   GetPseudoRandomValue(RandomInfo *);
 
-extern MagickExport MagickBooleanType
-  RandomComponentGenesis(void);
-
 extern MagickExport RandomInfo
   *AcquireRandomInfo(void),
   *DestroyRandomInfo(RandomInfo *);
@@ -47,10 +44,12 @@ extern MagickExport RandomInfo
 extern MagickExport StringInfo
   *GetRandomKey(RandomInfo *,const size_t);
 
+extern MagickExport unsigned long
+  GetRandomSecretKey(const RandomInfo *);
+
 extern MagickExport void
-  RandomComponentTerminus(void),
-  SeedPseudoRandomGenerator(const unsigned long),
   SetRandomKey(RandomInfo *,const size_t,unsigned char *),
+  SetRandomSecretKey(const unsigned long),
   SetRandomTrueRandom(const MagickBooleanType);
 
 #if defined(__cplusplus) || defined(c_plusplus)