mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8287440: Typo in package-info.java of java.util.random
Reviewed-by: darcy, iris, jpai
This commit is contained in:
parent
36350bf1be
commit
3d2d039538
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -358,7 +358,7 @@
|
|||
* uses a large family of state cycles and makes some attempt to ensure that
|
||||
* distinct instances use different state cycles; but even if two instances
|
||||
* "accidentally" use the same state cycle, they are highly likely to traverse
|
||||
* different regions parts of that shared state cycle. This strategy is
|
||||
* different regions of that shared state cycle. This strategy is
|
||||
* supported by the interface {@link RandomGenerator.SplittableGenerator}.
|
||||
* In this package, implementations of this interface include
|
||||
* "L32X64MixRandom",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue