代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/295861/8136225
h random.h
#include
#include
#include
#include
#include
#include
#ifndef RANDOM_H
#define RANDOM_H
#define IM1 2147483563
#define IM2 214
www.eeworm.com/read/295861/8136240
cpp random.cpp
#include "random.h"
/*
Long period (? 2 \Theta 10 18 ) random number generator of L'Ecuyer with Bays璂urham shuffle
and added safeguards. Returns a uniform random deviate between 0.0 and 1.0 (excl
www.eeworm.com/read/295861/8136269
h random.h
#include
#include
#include
#include
#include
#include
#ifndef RANDOM_H
#define RANDOM_H
#define IM1 2147483563
#define IM2 214
www.eeworm.com/read/295861/8136272
cpp random.cpp
#include "random.h"
/*
Long period (? 2 \Theta 10 18 ) random number generator of L'Ecuyer with Bays璂urham shuffle
and added safeguards. Returns a uniform random deviate between 0.0 and 1.0 (excl
www.eeworm.com/read/195560/8141784
h random.h
#ifndef RANDOM
#define RANDOM
#include
#include
class Random{
private:
unsigned long int seed; //previously LONG INT
unsigned long int seed_u;
public:
Random(v
www.eeworm.com/read/195560/8141799
c random.c
#include
#include "Random.h"
void Random::bubbleSort(int a[], int size)
{
int i, temp;
for(int pass=1; pass
www.eeworm.com/read/247283/12668188
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 forgiven