代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/483608/6599625
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/482846/6614668
cpp random1.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/481648/6636899
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/481542/6642882
c random32.c
/*
This is a maximally equidistributed combined Tausworthe generator
based on code from GNU Scientific Library 1.5 (30 Jun 2004)
x_n = (s1_n ^ s2_n ^ s3_n)
s1_{n+1} = (((s1_n & 4294967294)
www.eeworm.com/read/481033/6655823
h random_int.h
/****************************************************************************
* *
* cryptlib Randomness Internal Interface *
* Copyright Peter Gutmann 1995-2006
www.eeworm.com/read/479927/6683730
v random_tp.v
`timescale 10ns/1ns
module random_tp;
integer data;
integer i;
parameter delay=10;
initial $monitor($time,,,"data=%b",data);
initial
begin
for(i=0; i
www.eeworm.com/read/477958/6726607
vi random average.vi
www.eeworm.com/read/477659/6730345
cpp random_int.cpp
#include"sort.h"
void random_int()
{
int j;
FILE *fp;
fp=fopen("random_int.txt","w+");
srand( (unsigned)time( NULL ));
for(j=0; j