代码搜索:random
找到约 10,000 项符合「random」的源代码
代码结果 10,000
www.eeworm.com/read/288527/8625845
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/288527/8625964
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/288527/8625991
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/432029/8637045
h random.h
/*
* Mersenne Twister Random Algorithm
* Copyright (c) 2006 Ryan Martell.
* Based on A C-program for MT19937, with initialization improved 2002/1/26. Coded by
* Takuji Nishimura and Makoto Matsumo
www.eeworm.com/read/431261/8692939
h random.h
#ifndef RANDOM
#define RANDOM
class random
{
public:
random();
random(unsigned short initialSeed);
unsigned short randomInterger();
double randomReal();
double between(double low ,doub
www.eeworm.com/read/287119/8719814
h random.h
/*******************************************************************
*
* Copyright (c) 1994-2005 Jetico, Inc., Finland
* All rights reserved.
*
* File: sha1random.h
* Revision:
* Created:
* D
www.eeworm.com/read/287119/8719828
cpp random.cpp
/*******************************************************************
*
* Copyright (c) 1994-2005 Jetico, Inc., Finland
* All rights reserved.
*
* File: sha256random.cpp
* Revision:
* Created:
www.eeworm.com/read/287119/8720089
h random.h
// $Id: random.h,v 1.2 2002/10/29 07:11:46 crypt Rel-1.6-5 $
#ifndef __RANDOM_H__
#define __RANDOM_H__
#include
#include "sha1.h"
typedef struct
{
byte state [ SHA1_DIGEST_SIZE ]; /* Cur
www.eeworm.com/read/287119/8720114
cpp random.cpp
#include "random.h"
#include "sha1.h"
#include
#include
char random_cpp[]="$Id: random.cpp,v 1.3 2002/10/29 07:11:46 crypt Rel-1.6-5 $";
RNGRESULT SHA1RandomAllocate( sSHA1Rand