]> granicus.if.org Git - imagemagick/blobdiff - magick/random_.h
(no commit message)
[imagemagick] / magick / random_.h
index 867d5e9d574059aa157cd89fc0d97da584df0e83..fd0b5424295a0c5a27012f4f44e367e4ddc1e706 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright 1999-2009 ImageMagick Studio LLC, a non-profit organization
+  Copyright 1999-2010 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,6 +37,9 @@ extern MagickExport double
   GetRandomValue(RandomInfo *),
   GetPseudoRandomValue(RandomInfo *);
 
+extern MagickExport MagickBooleanType
+  RandomComponentGenesis(void);
+
 extern MagickExport RandomInfo
   *AcquireRandomInfo(void),
   *DestroyRandomInfo(RandomInfo *);
@@ -45,8 +48,8 @@ extern MagickExport StringInfo
   *GetRandomKey(RandomInfo *,const size_t);
 
 extern MagickExport void
-  DestroyRandomReservoir(void),
-  SeedPseudoRandomGenerator(const unsigned long),
+  RandomComponentTerminus(void),
+  SeedPseudoRandomGenerator(const size_t),
   SetRandomKey(RandomInfo *,const size_t,unsigned char *),
   SetRandomTrueRandom(const MagickBooleanType);