mirror of
https://github.com/apache/commons-math.git
synced 2025-02-07 18:49:40 +00:00
Clarified null contract.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1152658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a7c7172b3f
commit
1bc6cbd731
@ -167,8 +167,8 @@ public class RandomDataImpl implements RandomData, Serializable {
|
||||
* Construct a RandomDataImpl using the supplied {@link RandomGenerator} as
|
||||
* the source of (non-secure) random data.
|
||||
*
|
||||
* @param rand
|
||||
* the source of (non-secure) random data
|
||||
* @param rand the source of (non-secure) random data
|
||||
* (may be null, resulting in default JDK-supplied generator)
|
||||
* @since 1.1
|
||||
*/
|
||||
public RandomDataImpl(RandomGenerator rand) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user