代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/383832/2612087
c random.c
/* random.c - random number generation package */
/* Copyright 1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1983 Regents of the University of California.
* All ri
www.eeworm.com/read/382408/2637215
h random.h
// --------------------------------------------------------------------------
// Dingus project - a collection of subsystems for game/graphics applications
// ---------------------------------------
www.eeworm.com/read/382260/2638779
c random.c
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
www.eeworm.com/read/382260/2638782
h random.h
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
www.eeworm.com/read/382260/2638801
c random.c
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
www.eeworm.com/read/382260/2638805
h random.h
/*
SGPC: Simple Genetic Programming in C
(c) 1993 by Walter Alden Tackett and Aviram Carmi
This code and documentation is copyrighted and is not in the public domain.
All rights reserved.
www.eeworm.com/read/379646/2671260
h random.h
#ifndef RANDOM
#define RANDOM
//随机数产生类random
class random
{
public:
random();//空构造函数
random(unsigned short initialSeed);//带参构造
unsigned short randomInterger();//种子seed产生函数
double randomR
www.eeworm.com/read/378966/2678425
c random.c
/* random.c - random number generation package */
/* Copyright 1994 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1983 Regents of the University of California.
* All ri