diff --git a/magick/random_.h b/magick/random_.h
index 35db5ad..c589043 100644
--- a/magick/random_.h
+++ b/magick/random_.h
@@ -38,7 +38,7 @@
GetPseudoRandomValue(RandomInfo *);
extern MagickExport MagickBooleanType
- InstantiateRandomFacility(void);
+ InstantiateRandomComponent(void);
extern MagickExport RandomInfo
*AcquireRandomInfo(void),
@@ -48,7 +48,7 @@
*GetRandomKey(RandomInfo *,const size_t);
extern MagickExport void
- DestroyRandomFacility(void),
+ DestroyRandomComponent(void),
SeedPseudoRandomGenerator(const unsigned long),
SetRandomKey(RandomInfo *,const size_t,unsigned char *),
SetRandomTrueRandom(const MagickBooleanType);