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
oj g/i requires users to write a random generator. However, some users fail to use randomness and write program which always print fixed strings. Especially, this is very problematic for --hack option and testlib. We should warn if users did this mistakes.
Description
oj g/i
requires users to write a random generator. However, some users fail to use randomness and write program which always print fixed strings. Especially, this is very problematic for--hack
option and testlib. We should warn if users did this mistakes.Other notes
The text was updated successfully, but these errors were encountered: