代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/320439/13427230
h r_random.h
/* R_RANDOM.H - header file for R_RANDOM.C
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
int R_GenerateBytes PROTO_
www.eeworm.com/read/320439/13427238
c r_random.c
/* R_RANDOM.C - random objects for RSAREF
*/
/* Copyright (C) RSA Laboratories, a division of RSA Data Security,
Inc., created 1991. All rights reserved.
*/
#include "global.h"
#inclu
www.eeworm.com/read/318986/13464773
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/316300/13525565
h random3.h
//
//
// Random3.h
//
//
#ifndef RANDOM3_H
#define RANDOM3_H
#include
#include
class RandomRand : public RandomBase
{
public:
R
www.eeworm.com/read/316300/13525571
h random1.h
//
//
// Random1.h
//
//
#ifndef RANDOM1_H
#define RANDOM1_H
double GetOneGaussianBySummation();
double GetOneGaussianByBoxMuller();
#endif
/*
*
www.eeworm.com/read/316300/13525602
h random2.h
//
//
// Random2.h
//
//
#ifndef RANDOM2_H
#define RANDOM2_H
#include
class RandomBase
{
public:
RandomBase(unsigned long Dimensionality);
www.eeworm.com/read/316300/13525617
cpp random3.cpp
//
//
// Random3.cpp
//
//
#include
#include
// the basic math functions should be in namespace std but aren't in VCPP6
#if !defined(_MSC_VER
www.eeworm.com/read/316300/13525631
cpp random2.cpp
//
//
// Random2.cpp
//
//
#include
#include
#include
// the basic math functions should be in namespace std but aren't in VCPP6
#if
www.eeworm.com/read/316300/13525637
cpp random1.cpp
//
//
//
// Random1.cpp
//
//
#include
#include
#include
// the basic math functions should be in namespace std but aren't in VCPP6
#if
www.eeworm.com/read/316203/13528486
txt random_generator.txt
-- Pseudo Random Bit Sequence Generator
-- This design entity uses a single conditional signal assignment statement to describe a PRBSG register.
-- The length of the register and the two tapping p