代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/124842/14534048
h random.h
/*
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.
www.eeworm.com/read/124842/14534088
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.
www.eeworm.com/read/124842/14534098
h random.h
/*
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.
www.eeworm.com/read/225158/14554541
cpp random.cpp
#include "RANDOM.h"
#include"define.h"
RANDOM::RANDOM()
{
}
RANDOM::~RANDOM()
{
}
void RANDOM::random(int *randomData,int F_size)
{
srand((unsigned)time(NULL));
for(int i=0;i
www.eeworm.com/read/225158/14554543
h random.h
#ifndef Random_H_
#define Random_H_
#include "define.h"
class RANDOM
{
private:
int inputdata;
public:
RANDOM();
virtual ~RANDOM();
void random(int*,int);
};
#endif
www.eeworm.com/read/124628/14555992
c random.c
/* Maintain source of random numbers for cryptographic keys, etc
* This is inherently machine dependent code
*/
#include "stdio.h"
#include
#include "global.h"
#include "timer.h"
#inc
www.eeworm.com/read/225029/14557319
c random.c
/*
This is a hacked up version of some of the sample code from RFC
1889. I hope there aren't any legal issues in redistributing it.
$Id: random.c 1.1 Sun, 12 Sep 1999 18:20:08 -0500 dreier $
*
www.eeworm.com/read/224906/14563966
vfx random.vfx
www.eeworm.com/read/124417/14568470
c random.c
/* Maintain source of random numbers for cryptographic keys, etc
* This is inherently machine dependent code
*/
#include "stdio.h"
#include
#include "global.h"
#include "timer.h"
#inc
www.eeworm.com/read/124283/14580883
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