diff --git a/Headers/gnustep/base/RandomGenerating.h b/Headers/gnustep/base/RandomGenerating.h index 260282942..d739f45c5 100644 --- a/Headers/gnustep/base/RandomGenerating.h +++ b/Headers/gnustep/base/RandomGenerating.h @@ -1,8 +1,8 @@ /* Protocol for Objective-C objects that generate random bits - Copyright (C) 1993,1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum - Date: May 1993 + Created: May 1993 This file is part of the GNU Objective C Class Library. @@ -26,10 +26,7 @@ #include -@protocol RandomGenerating - -+ alloc; -- init; +@protocol RandomGenerating - (void) setRandomSeed: (long)seed; - (long) nextRandom; diff --git a/Source/objects/RandomGenerating.h b/Source/objects/RandomGenerating.h index 260282942..d739f45c5 100644 --- a/Source/objects/RandomGenerating.h +++ b/Source/objects/RandomGenerating.h @@ -1,8 +1,8 @@ /* Protocol for Objective-C objects that generate random bits - Copyright (C) 1993,1994 Free Software Foundation, Inc. + Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc. Written by: R. Andrew McCallum - Date: May 1993 + Created: May 1993 This file is part of the GNU Objective C Class Library. @@ -26,10 +26,7 @@ #include -@protocol RandomGenerating - -+ alloc; -- init; +@protocol RandomGenerating - (void) setRandomSeed: (long)seed; - (long) nextRandom;