Skip to content

Various pseudo-random implementations compatible with Java Random 48-bit LCG generator

Notifications You must be signed in to change notification settings

arsenioo/javaRandom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp compile: g++ -std=c++11 -O3 -march=native -ffast-math -funroll-loops -flto test.cpp -o test_cpp

dart compile: dart compile exe ./test.dart -o test_dart

java compile: javac ./Main.java

rust compile: cargo build --release && time cargo run --release

vlang compile: v -prod -cc clang -cflags "-march=native -O3 -flto" test.v

time measuring: time ./test_cpp

About

Various pseudo-random implementations compatible with Java Random 48-bit LCG generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •