代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/177565/5323743
h random.h
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
/*
* Copyright (C) 2006 Paul Fitzpatrick
* CopyPolicy: Released under the terms of the GNU GPL v2.0.
*
*/
#ifndef
www.eeworm.com/read/177565/5323786
cpp random.cpp
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*-
#include
#include
#include
#include
using namespace yarp::os;
www.eeworm.com/read/175466/5345240
c random.c
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/175466/5345348
h random.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/173654/5368792
c random.c
/******************************************************************************
* *
* **********
www.eeworm.com/read/171349/5395882
c random.c
/* linear congruential generator. Generator x[n+1] = a * x[n] mod m */
#define RAND_INT(l,h) (((int)(random() * ((double)(h)-(l)+1))) + (l))
int random (void); /* return the next random num
www.eeworm.com/read/169775/5410526
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/169681/5416192
h random.h
/* random.h - PPP random number generator header */
/* Copyright 1995 Wind River Systems, Inc. */
/*
modification history
--------------------
01a,17jun95,dzb written.
*/
#ifndef __INCrandomh
#def
www.eeworm.com/read/169602/5419374
h random.h
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou