代码搜索:random

找到约 10,000 项符合「random」的源代码

代码结果 10,000
www.eeworm.com/read/469537/6930081

opt random.opt

www.eeworm.com/read/182375/6960790

c random.c

/*============================================================ file : random.c purpose : random number generator developed : 1991 author : Kalyanmoy Deb (Translated in C from D
www.eeworm.com/read/465112/6966502

c random.c

#ifdef NO_LPC_FIX /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without *
www.eeworm.com/read/465112/6966705

c random.c

/*********************************************************************** * * RANDOM Version 49 * *********************************************************************** * * Pseudo random number
www.eeworm.com/read/469623/6972067

c random.c

/*----------------------------------------------------------------------------*/ /* random.c - contains random number generator and related utilities, */ /* including advance_random, warmup_ra
www.eeworm.com/read/469626/6972213

cc random.cc

// ################################################################################ // // name: random.cc // // author: Martin Pelikan // // purpose: random number generator rela
www.eeworm.com/read/469626/6972216

h random.h

#ifndef _random_h_ #define _random_h_ double drand(); long setSeed(long newSeed); #endif
www.eeworm.com/read/468953/6982595

cpp random.cpp

#include #include #include void main( void ) { int i; /* Seed the random-number generator with current time so that * the numbers will be different e
www.eeworm.com/read/468329/6996643

cpp random.cpp

// random.cpp -- random access to a binary file #include // not required by most systems #include #include #include // (or stdlib.h) for exit() c
www.eeworm.com/read/467587/7005639

h random.h

#include #include using namespace std; class Random { public: Random(int a,int b); Random(); int random(); int random(int a,int b); doub