-
Notifications
You must be signed in to change notification settings - Fork 6
implement random.pseudo in EO using QQ.sys.call or QQ.sys.win32 #35
Comments
@mximp please, help or delegate |
@potatmen please have a look |
@mximp as I see |
@potatmen The task is exactly about implementation of
Yes, would be good to validate. |
@mximp Ok, but still I'm waiting for the merge of your PR to start using this module. |
@mximp I have a question about how to use |
@potatmen The function is expected to be called like the following:
|
@potatmen It's strange.. Can you try to use just |
Also can you try to examine |
@mximp Tried to use just call, got this |
@mximp The directory you recommended to check has only |
@potatmen normally
That's is the point of the task - to re-write it in EO. Let's review it as par of PR. |
@mximp objectionary/eo-sys@master...potatmen:eo-sys:master in this file I added random number generator, please check it out. I placed it to the |
@mximp one thing I have noticed about |
@potatmen As far as I can tell this will look totally different when implemented in correct repo ( |
@Graur I guess I am able to solve the task |
@mximp Is this issue still relevant? If so we can assign @levBagryansky |
@Graur @levBagryansky It is relevant. Assigned. |
Now,
random.pseudo
is using Java in order to getcurrentTimeMillis()
. It's possible to get rid of Java, after we enablegettimeofday
in eo-sys: objectionary/eo-sys#5The text was updated successfully, but these errors were encountered: