-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Describe the issue or suggestion
https://learn.microsoft.com/ja-jp/dotnet/api/system.random.nextint64?view=net-8.0
English:
A 64-bit signed integer greater than or equal to minValue and less than maxValue; that is, the range of return values includes minValue but not maxValue. If minValue equals maxValue, minValue is returned.
Offending Japanese:
以上および より小さい maxValue64 ビット符号付き整数minValue。つまり、戻り値の範囲には が含まれますが、 は含minValueまれませんmaxValue。 minValue が とmaxValueminValue等しい場合は、 が返されます。
Japanese (correct word order):
minValue 以上および maxValue より小さい 64 ビット符号付き整数。つまり、戻り値の範囲には minValue が含まれますが、maxValue は含まれません。 minValue が maxValue と等しい場合は、minValue が返されます。
Current Japanese looks like:
A maxValue64-bit signed integer minValue greater than or equal to and less than ; that is, the range of return values includes but nominValuetmaxValue. If minValue emaxValueminValuequals , is returned.
Many Japanese pages have same problems and makes it impossible for Japanese to understand what they mean.