代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/282522/4100130
c random.c
//*****************************************************************************
//
// random.c - Random number generator utilizing MD4 hash function of
// environmental noise captured as
www.eeworm.com/read/282522/4100134
h random.h
//*****************************************************************************
//
// random.h - Protoytpes for the random number generator.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All
www.eeworm.com/read/282522/4100160
c random.c
//*****************************************************************************
//
// random.c - Random number generator utilizing MD4 hash function of
// environmental noise captured as
www.eeworm.com/read/282522/4100169
h random.h
//*****************************************************************************
//
// random.h - Protoytpes for the random number generator.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All
www.eeworm.com/read/282522/4100283
c random.c
//*****************************************************************************
//
// random.c - Random number generator utilizing MD4 hash function of
// environmental noise captured as
www.eeworm.com/read/282522/4100288
h random.h
//*****************************************************************************
//
// random.h - Protoytpes for the random number generator.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All
www.eeworm.com/read/282522/4100489
c random.c
//*****************************************************************************
//
// random.c - Random number generator utilizing MD4 hash function of
// environmental noise captured vi
www.eeworm.com/read/282522/4100494
h random.h
//*****************************************************************************
//
// random.h - Protoytpes for the random number generator.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All
www.eeworm.com/read/282272/4106467
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/282165/4106856
dem random.dem
#
# $Id: random.dem,v 1.1.1.1.2.1 2001/09/18 11:48:47 lhecking Exp $
#
# random.dem
#
# Lattice test for random numbers;
# If you can see any patterns in this plot, the random number generator
# is no