RFR: 8248862: Implement Enhanced Pseudo-Random Number Generators [v3]
Jim Laskey
jlaskey at openjdk.java.net
Wed Nov 25 17:15:05 UTC 2020
On Wed, 25 Nov 2020 13:45:46 GMT, Rémi Forax <github.com+828220+forax at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8248862: Implement Enhanced Pseudo-Random Number Generators
>>
>> Changes to RandomGeneratorFactory requested by @PaulSandoz
>
> src/java.base/share/classes/java/util/random/RandomGeneratorFactory.java line 157:
>
>> 155: .stream()
>> 156: .filter(p -> !p.type().isInterface())
>> 157: .collect(Collectors.toMap(p -> p.type().getSimpleName().toUpperCase(),
>
> toUpperCase() depends on the Locale !
It was a lame thing to do anyway - removed
-------------
PR: https://git.openjdk.java.net/jdk/pull/1292
More information about the security-dev
mailing list