代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/483783/6595148
h random.h
#ifndef _RANDOM_H
#define _RANDOM_H
void generate_random(int *buffer, int size);
/*=======================================================================
FUNCTION GaussRandwithMeanVar
DESCRIPTION
www.eeworm.com/read/483783/6595155
obj random.obj
www.eeworm.com/read/483783/6595165
c random.c
/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*
抄荐 积己
GENERAL DESCRIPTION
抄荐 积己
INITIALIZATION AND SEQUENCING REQUIREMENTS
Copyright (c) 2007 by ARTLAB,
www.eeworm.com/read/483783/6595171
h random.h
#ifndef _RANDOM_H
#define _RANDOM_H
void generate_random(int *buffer, int size);
/*=======================================================================
FUNCTION GaussRandwithMeanVar
DESCRIPTION
www.eeworm.com/read/483783/6595177
obj random.obj
www.eeworm.com/read/481567/6643616
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
www.eeworm.com/read/481239/6645723
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/481033/6655814
c random.c
/****************************************************************************
* *
* cryptlib Randomness Management Routines *
* Copyright Peter Gutmann 1995-2007
www.eeworm.com/read/481033/6655822
h random.h
/****************************************************************************
* *
* cryptlib Randomness Interface *
* Copyright Peter Gutmann 1995-2006 *
*
www.eeworm.com/read/481033/6656428