代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/228930/14357554
h random.h
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1995 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/127375/14357576
fla random.fla
www.eeworm.com/read/125371/14496405
cc random.cc
/***************************************************************************
Random.cc - description
-------------------
begin
www.eeworm.com/read/125371/14496411
h random.h
/***************************************************************************
Random.h - description
-------------------
begin
www.eeworm.com/read/225993/14506039
c random.c
/* GNU Chess 5.0 - random.c - random number code
Copyright (c) 1999-2002 Free Software Foundation, Inc.
GNU Chess is based on the two research programs
Cobalt by Chua Kong-Sian and Gazebo b
www.eeworm.com/read/225655/14527236
h random.h
#ifndef __RANDOM__H
#define __RANDOM__H
void randomid( char *buf, int bytes);
int rnd( int range);
#endif
www.eeworm.com/read/225655/14527270
c random.c
#include "config.h"
#ifdef WITH_DMALLOC
#include
#endif /* WITH_DMALLOC */
#if WIN32
# include
# include
#else
# if HAVE_UUID_UUID_H
# include
www.eeworm.com/read/124842/14533895
c random.c
/*----------------------------------------------------------------------------*/
/* random.c - contains random number generator and related utilities, */
/* including advance_random, warmup_
www.eeworm.com/read/124842/14534041
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.