代码搜索:random

找到约 10,000 项符合「random」的源代码

代码结果 10,000
www.eeworm.com/read/457217/7332309

adb random.adb

package body Random is X: Small; procedure Init(Seed: Small) is begin X := Seed mod Modulus; end Init; function Next return Small is begin X := X * Multiplier mod Modulus
www.eeworm.com/read/457217/7332313

o random.o

www.eeworm.com/read/457217/7332316

ali random.ali

V "GNAT Lib v2007" A -g A -g A -gnatA P ZX R nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnvnnnnnnnnnnnnnnnnnn U random%b random.adb 4207a1a5 NE PK U random%s random.ads 4455296
www.eeworm.com/read/457217/7332328

ads random.ads

package Random is Modulus: constant Integer := 2 ** 13; subtype Small is Integer range 0 .. Modulus; Multiplier: constant Integer := 5 ** 5; procedure Init(Seed: Small); function Next r
www.eeworm.com/read/456533/7345821

cpp random.cpp

// random.cpp -- random access to a binary file #include // not required by most systems #include #include #include // (or stdlib.h) for exit() c
www.eeworm.com/read/456533/7346126

cpp random.cpp

// random.cpp -- random access to a binary file #include // not required by most systems #include #include #include // (or stdlib.h) for exit() c
www.eeworm.com/read/456367/7350678

cpp random.cpp

// random.cpp -- random access to a binary file #include // not required by most systems #include #include #include // (or stdlib.h) for exit() c
www.eeworm.com/read/456367/7350962

cpp random.cpp

// random.cpp -- random access to a binary file #include // not required by most systems #include #include #include // (or stdlib.h) for exit() c
www.eeworm.com/read/455109/7377994

mpg random.mpg

www.eeworm.com/read/454241/7395825

tcl random.tcl

set count 3 for {set i 0} {$i < 3} {incr i} { puts "===== i = $i" set MyRng1 [new RNG] $MyRng1 seed $i set MyRng2 [new RNG] $MyRng2 seed $i set r1 [new RandomVariable/Pareto] $r1 use-