]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/random_.h
(no commit message)
[imagemagick] / MagickCore / random_.h
index 06de7d199896839e233bb99810864e0dd12fb657..a8c14de18758ce85201c0eecbecd2f42ebd3ec39 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2012 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.
@@ -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)