You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact if we put the parallel stuff aside, the work seems pretty easy to be done. I have roughly read all the docs of the RNGs mentioned in #1 and have some ideas.
TODOs is generally as the followings (in order):
Complete the design of test suites and main framework of RNGs. About the tests #4
Complete a method of benchmark. It will also used on the current Base.rand. Benchmark methods #2
Implement the various RNGs in pure Julia. Make sure that they can pass the tests.
Dig into the codes for better performance, maybe write some C or llvm codes and even do some changes to Julia itself.
Select the RNG of the best performance. Try to merge it to Base.Random.
Take parallel into account.
Documentation and result reports etc.
In my opinion it is suitable to work on the first three by the midterm evaluation.
Issues have been created in various aspects, and this is one for general discussion. I'm willing to see any advice.
The text was updated successfully, but these errors were encountered:
In fact if we put the parallel stuff aside, the work seems pretty easy to be done. I have roughly read all the docs of the RNGs mentioned in #1 and have some ideas.
TODOs is generally as the followings (in order):
Base.rand
. Benchmark methods #2Base.Random
.In my opinion it is suitable to work on the first three by the midterm evaluation.
Issues have been created in various aspects, and this is one for general discussion. I'm willing to see any advice.
The text was updated successfully, but these errors were encountered: