代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/102394/15784000
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
www.eeworm.com/read/102062/15793488
dsp random.dsp
.module/boot=3/boot=4 random;
{ RANDOM.DSP - Random number function.
INPUT :
sr1 = msw of seed
sr0 = lsw of seed
OUTPUT: for best result use ONLY sr1 as random num
www.eeworm.com/read/101997/15795412
asm random.asm
www.eeworm.com/read/101997/15795415
c random.c
www.eeworm.com/read/101771/15819049
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/101081/15853180
c random.c
/* Copyright (C) 2004 TrueCrypt Team, truecrypt.org
This product uses components written by Paul Le Roux */
#include "TCdefs.h"
#include
#includ
www.eeworm.com/read/101081/15853192
h random.h
/* Copyright (C) 2004 TrueCrypt Team, truecrypt.org
This product uses components written by Paul Le Roux */
/* Everything below this line is automatically updated
www.eeworm.com/read/100740/15865600
c random.c
#include
#include "lithos.h"
static unsigned data[31];
static int current;
static int last;
void initRandom()
{
int i;
data[0] = time(0);
for (i = 1; i < 31; i++)
data[i] =