This is RandomEngine.m in view mode; [Download] [Up]
//
// RandomEngine
//
// Copyright (C) 1992 Contemporary Design Studios. All rights reserved.
//
#import "RandomEngine.h"
@implementation RandomEngine
+ (int)unit
{
[self subclassResponsibility:_cmd];
return 0;
}
- makeRandom:(uchar *)storage
{
return [self subclassResponsibility:_cmd];
}
@end
//
// End of file.
//These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.