代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/238482/13883585
h random.h
/*
Copyright 2004 Demian Battaglia, Alfredo Braunstein, Michal Kolar,
Michele Leone, Marc Mezard, Martin Weigt and Riccardo Zecchina
This file is part of SPY (Survey Propagation with fini
www.eeworm.com/read/238482/13883602
o random.o
www.eeworm.com/read/238481/13883638
c random.c
/* random.c */
#include
#include "random.h"
/*
urand(), urand0() return uniformly distributed unsigned random ints
all available bits are random, e.g. 32 bits on many platforms
usrand(s
www.eeworm.com/read/238481/13883679
h random.h
/* random.h */
void usrand (unsigned seed);
unsigned urand0 (void);
unsigned urand (void);
int randint(int upto);
double randreal();
#define MAX_URAND 0xFFFFFFFFL
www.eeworm.com/read/238481/13883719
o random.o
www.eeworm.com/read/152629/5672986
java random.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th
www.eeworm.com/read/143434/5757898
c random.c
/*
$Log: random.c,v $
Revision 1.1 2000/06/05 04:45:12 robertj
Added LPC-10 2400bps codec
* Revision 1.2 1996/08/20 20:41:32 jaf
* Removed all static local variables that were SAVE'd in the F
www.eeworm.com/read/143132/5758677
c random.c
/* Maintain source of random numbers for cryptographic keys, etc
* This is inherently machine dependent code
*/
#include "stdio.h"
#include
#include "global.h"
#include "timer.h"
#inc
www.eeworm.com/read/141297/5773603
h random.h
/* -*- c++ -*- */
/*
* Copyright 2003 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the terms
www.eeworm.com/read/140779/5781203
c random.c
/*
$Log: random.c,v $
* Revision 1.2 1996/08/20 20:41:32 jaf
* Removed all static local variables that were SAVE'd in the Fortran
* code, and put them in struct lpc10_decoder_state that is pass