代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/180274/9313787
c random.c
#include
#include
#include
#include
#include
#include "random.h"
void set_seed (unsigned int seed)
{
if (seed == 0 || seed > RAND_MAX) {
www.eeworm.com/read/180274/9313833
h random.h
/* random.h -- Define several random distributions
*
* Copyright (C) 2001 Ling Li
* ling@caltech.edu
*/
#ifndef __RANDOM_H__
#define __RANDOM_H__
#define __COMMON_TYPES_RANDOM_H__
#include
www.eeworm.com/read/376197/9325408
c random.c
www.eeworm.com/read/376114/9331202
c random.c
#include
#include
void main(void)
{
int i;
printf("Values from rand\n");
for (i = 0; i < 100; i++)
printf("%d ", rand());
printf("Values from rando
www.eeworm.com/read/179705/9343655
c random.c
/* rng/random.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 James Theiler, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN
www.eeworm.com/read/179014/9378614
c random.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find f
www.eeworm.com/read/374659/9390058
cpp random.cpp
///////////////////////////////////////////////////////////////////
/*****************************************************************
Name: Hussein A. Abbass,
Artificial Life and Adaptive Robotics
www.eeworm.com/read/374659/9390088
h random.h
///////////////////////////////////////////////////////////////////
/*****************************************************************
Name: Hussein A. Abbass,
Artificial Life and Adaptive Robotics
www.eeworm.com/read/374327/9409177
cpp random.cpp
// Random.cpp: implementation of the CRandom class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ll.h"
#include "Random.h"
#ifdef _
www.eeworm.com/read/374327/9409201
h random.h
// Random.h: interface for the CRandom class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RANDOM_H__1B175428_3C0D_40BC_8440_26FE7C8FB673__INCLUDED_)