代码搜索:random
找到约 10,000 项符合「random」的源代码
代码结果 10,000
www.eeworm.com/read/454131/7397637
c random.c
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Filename: random.c
//
// Purpose: Random utility procedures for BayeSys3.
//
// History: Random.c 17 Nov
www.eeworm.com/read/454131/7397641
h random.h
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Filename: random.h
//
// Purpose: Header for random.c
//
// History: John Skilling 28 Jan 2002 - 18 Aug
www.eeworm.com/read/453548/7417239
cpp random.cpp
#include
#include "random.h"
RndGen::~RndGen()
{
if (oldrand)
free(oldrand);
}
void RndGen::init_random(const float randomseed)
{
float new_random = 1.0e-9f;
flo
www.eeworm.com/read/453548/7417249
h random.h
#if !defined(RNDGEN_H__ECEA7740)
#define RNDGEN_H__ECEA7740
/*################# Random Number Generator ##################################
Based on a portable subtractive pseudorandom number gene
www.eeworm.com/read/453548/7417286
obj random.obj
www.eeworm.com/read/453548/7417304
sbr random.sbr
www.eeworm.com/read/453496/7418600
c random.c
#include
#include
void main(void)
{
int i;
printf("Values from rand\n");
for (i = 0; i < 100; i++)
printf("%d ", rand());
printf("Values from rando
www.eeworm.com/read/452217/7445048
c random.c
/*----------------------------------------------------------------------------*/
/* random.c - contains random number generator and related utilities, */
/* including advance_random, warmup_
www.eeworm.com/read/452217/7445122
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/452217/7445125
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.