include.dists.using.m
上传用户:shenzhenrh
上传日期:2013-05-12
资源大小:2904k
文件大小:1k
源码类别:
信息检索与抽取
开发平台:
Unix_Linux
- // dists.include.using.m
- // Code common to all distributions
- // Random version 0.8
- //
- -(id <BasicRandomGenerator>) getGenerator {
- return randomGenerator;
- }
- -(unsigned) getVirtualGenerator {
- return virtualGenerator;
- }
- -(BOOL) getOptionsInitialized {
- return optionsInitialized;
- }
- -(unsigned long long int) getCurrentCount {
- return currentCount;
- }
- -(unsigned) getStateSize {
- return stateSize;
- }
- -(const char *) getName {
- return SSTRDUP (distName);
- }
- -(unsigned) getMagic {
- return distMagic;
- }
- // dists.include.using.m
English
