ftp.nice.ch/pub/next/science/mathematics/Random.2.0.N.bs.tar.gz#/Random2.0/Source/RandomEngine.h

This is RandomEngine.h in view mode; [Download] [Up]

//
// RandomEngine
//
// An abstract Objective-C class for random number
// generator engines.
//
// Copyright (C) 1992 Contemporary Design Studios. All rights reserved.
//


#import <objc/Object.h>


//
// Types:
//

typedef unsigned long	ulong;
typedef unsigned short	ushort;
typedef unsigned char	uchar;


@interface RandomEngine : Object


{
}


+ (int)unit;				// Return the unit of generation (# of BYTES).

- makeRandom:(uchar *)storage;


@end


//
// End of file.
//

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.